Catalog.CustomizedLoggingLevels 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
自定义日志记录级别集合
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
属性值
- 属性