Catalog.ServerCustomizedLoggingLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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