Catalog.LoggingLevelType 열거형

Specifies the logging level type.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<TypeConverterAttribute(GetType(LocalizableEnumConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public Enumeration LoggingLevelType
‘사용 방법
Dim instance As Catalog.LoggingLevelType
[TypeConverterAttribute(typeof(LocalizableEnumConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public enum LoggingLevelType
[TypeConverterAttribute(typeof(LocalizableEnumConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public enum class LoggingLevelType
[<TypeConverterAttribute(typeof(LocalizableEnumConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type LoggingLevelType
public enum LoggingLevelType

멤버

멤버 이름 설명
Basic The basic logging level type.
None No logging level type specified.
Performance The performance logging level type.
Verbose The verbose logging level type.

참고 항목

참조

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