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 네임스페이스