Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the logging level type used in the catalog.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<DisplayCategoryKeyAttribute("Catalog_OperationsLog")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayDescriptionKeyAttribute("Catalog_ServerLoggingLevelDesc")> _
<DisplayNameKeyAttribute("Catalog_ServerLoggingLevel")> _
Public Property ServerLoggingLevel As Catalog.LoggingLevelType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.Catalog.LoggingLevelType
The logging level type used in the catalog.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace