Condividi tramite


Enumerazione Catalog.LoggingLevelType

Specifies the logging level type.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

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

Membri

Nome membro Descrizione
Basic The basic logging level type.
None No logging level type specified.
Performance The performance logging level type.
Verbose The verbose logging level type.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices