Catalog.ServerCustomizedLoggingLevel Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Nivel predeterminado de detalles de todo el servidor que se capturan durante la ejecución del paquete.
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
Valor de propiedad
- Atributos