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 命名空间