CollectionSet.CollectionItems 属性

Gets the collection items in a collection set.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(CollectionItem))> _
Public ReadOnly Property CollectionItems As CollectionItemCollection 
    Get
用法
Dim instance As CollectionSet 
Dim value As CollectionItemCollection 

value = instance.CollectionItems
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(CollectionItem))]
public CollectionItemCollection CollectionItems { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(CollectionItem))]
public:
property CollectionItemCollection^ CollectionItems {
    CollectionItemCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(CollectionItem))>]
member CollectionItems : CollectionItemCollection
function get CollectionItems () : CollectionItemCollection

属性值

类型:Microsoft.SqlServer.Management.Collector.CollectionItemCollection
Returns the [CollectionItemCollection] object that contains the collection items.

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

请参阅

参考

CollectionSet 类

Microsoft.SqlServer.Management.Collector 命名空间