ObjectSet.TargetSets 属性

Gets the TargetSetCollection.

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

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(TargetSet))> _
Public ReadOnly Property TargetSets As TargetSetCollection 
    Get
用法
Dim instance As ObjectSet 
Dim value As TargetSetCollection 

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

属性值

类型:Microsoft.SqlServer.Management.Dmf.TargetSetCollection
A target set collection.

请参阅

参考

ObjectSet 类

Microsoft.SqlServer.Management.Dmf 命名空间