Proprietà TargetSets
Gets the TargetSetCollection.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(TargetSet))> _
Public ReadOnly Property TargetSets As TargetSetCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetCollection
A collection of TargetSet objects.