Catalog.LoggingLevelType 列挙体

ログ記録レベルの種類を指定します。

名前空間:  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 基本というログ記録レベルの種類です。
None ログ記録レベルの種類が指定されていません。
Performance パフォーマンスというログ記録レベルの種類です。
Verbose 詳細というログ記録レベルの種類です。

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間