Catalog.ServerLoggingLevel プロパティ

定義

カタログで使用されるログ記録レベルの種類を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Management::IntegrationServices::Catalog::LoggingLevelType ServerLoggingLevel { Microsoft::SqlServer::Management::IntegrationServices::Catalog::LoggingLevelType get(); void set(Microsoft::SqlServer::Management::IntegrationServices::Catalog::LoggingLevelType value); };
public Microsoft.SqlServer.Management.IntegrationServices.Catalog.LoggingLevelType ServerLoggingLevel { get; set; }
member this.ServerLoggingLevel : Microsoft.SqlServer.Management.IntegrationServices.Catalog.LoggingLevelType with get, set
Public Property ServerLoggingLevel As Catalog.LoggingLevelType

プロパティ値

カタログで使用されるログ記録レベルの種類です。

適用対象