Compartir a través de


Enumeración Catalog.LoggingLevelType

Specifies the logging level type.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<TypeConverterAttribute(GetType(LocalizableEnumConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public Enumeration LoggingLevelType
'Uso
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

Miembros

Nombre del miembro Descripción
Basic The basic logging level type.
None No logging level type specified.
Performance The performance logging level type.
Verbose The verbose logging level type.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices