Catalog.ServerLoggingLevel 속성

Gets or sets the logging level type used in the catalog.

네임스페이스:  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
The logging level type used in the catalog.

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스