共用方式為


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 命名空間