Condividi tramite


Proprietà Catalog.ServerLoggingLevel

Gets or sets the logging level type used in the catalog.

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

Sintassi

'Dichiarazione
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")> _
<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")> _
Public Property ServerLoggingLevel As Catalog.LoggingLevelType 
    Get 
    Set
'Utilizzo
Dim instance As Catalog 
Dim value As Catalog.LoggingLevelType 

value = instance.ServerLoggingLevel

instance.ServerLoggingLevel = value
[DisplayCategoryKeyAttribute("Catalog_OperationsLog")]
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")]
[DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")]
public Catalog.LoggingLevelType ServerLoggingLevel { get; set; }
[DisplayCategoryKeyAttribute(L"Catalog_OperationsLog")]
[SfcPropertyAttribute(Data = true)]
[DisplayDescriptionKeyAttribute(L"Catalog_ServerLoggingLevelDesc")]
[DisplayNameKeyAttribute(L"Catalog_ServerLoggingLevel")]
public:
property Catalog.LoggingLevelType ServerLoggingLevel {
    Catalog.LoggingLevelType get ();
    void set (Catalog.LoggingLevelType value);
}
[<DisplayCategoryKeyAttribute("Catalog_OperationsLog")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")>]
[<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")>]
member ServerLoggingLevel : Catalog.LoggingLevelType with get, set
function get ServerLoggingLevel () : Catalog.LoggingLevelType 
function set ServerLoggingLevel (value : Catalog.LoggingLevelType)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog.LoggingLevelType
The logging level type used in the catalog.

Vedere anche

Riferimento

Catalog Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices