Share via


Catalog.ServerLoggingLevel プロパティ

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

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")> _
<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")> _
Public Property ServerLoggingLevel As Catalog.LoggingLevelType 
    Get 
    Set
'使用
Dim instance As Catalog 
Dim value As Catalog.LoggingLevelType 

value = instance.ServerLoggingLevel

instance.ServerLoggingLevel = value
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")]
[DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")]
public Catalog.LoggingLevelType ServerLoggingLevel { get; set; }
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Catalog_ServerLoggingLevelDesc")]
[DisplayNameKeyAttribute(L"Catalog_ServerLoggingLevel")]
public:
property Catalog.LoggingLevelType ServerLoggingLevel {
    Catalog.LoggingLevelType get ();
    void set (Catalog.LoggingLevelType value);
}
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")>]
[<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")>]
member ServerLoggingLevel : Catalog.LoggingLevelType with get, set
function get ServerLoggingLevel () : Catalog.LoggingLevelType 
function set ServerLoggingLevel (value : Catalog.LoggingLevelType)

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.Catalog.LoggingLevelType
カタログで使用されるログ記録レベルの種類です。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間