Catalog.ServerCustomizedLoggingLevel Property

Definition

The server-wide default level of details that are captured during package execution.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::CustomLoggingLevel ^ ServerCustomizedLoggingLevel { Microsoft::SqlServer::Management::IntegrationServices::CustomLoggingLevel ^ get(); void set(Microsoft::SqlServer::Management::IntegrationServices::CustomLoggingLevel ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_OperationsLog")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_ServerLoggingLevelDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_ServerLoggingLevel")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Editor(typeof(Microsoft.SqlServer.Management.IntegrationServices.ListDropDownEditor), typeof(System.Drawing.Design.UITypeEditor))]
public Microsoft.SqlServer.Management.IntegrationServices.CustomLoggingLevel ServerCustomizedLoggingLevel { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("Catalog_OperationsLog")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_ServerLoggingLevelDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_ServerLoggingLevel")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Editor(typeof(Microsoft.SqlServer.Management.IntegrationServices.ListDropDownEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.ServerCustomizedLoggingLevel : Microsoft.SqlServer.Management.IntegrationServices.CustomLoggingLevel with get, set
Public Property ServerCustomizedLoggingLevel As CustomLoggingLevel

Property Value

Attributes

Applies to