Catalog.CustomizedLoggingLevels 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 customized logging level collection
public:
property Microsoft::SqlServer::Management::IntegrationServices::CustomizedLoggingLevelCollection ^ CustomizedLoggingLevels { Microsoft::SqlServer::Management::IntegrationServices::CustomizedLoggingLevelCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.CustomizedLoggingLevel))]
public Microsoft.SqlServer.Management.IntegrationServices.CustomizedLoggingLevelCollection CustomizedLoggingLevels { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.CustomizedLoggingLevel))>]
member this.CustomizedLoggingLevels : Microsoft.SqlServer.Management.IntegrationServices.CustomizedLoggingLevelCollection
Public ReadOnly Property CustomizedLoggingLevels As CustomizedLoggingLevelCollection
Property Value
- Attributes