Partager via


Propriété TargetSet.Parent

Gets the ObjectSet object that is the parent of the TargetSet object.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As ObjectSet 
    Get 
    Set
'Utilisation
Dim instance As TargetSet 
Dim value As ObjectSet 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public ObjectSet Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property ObjectSet^ Parent {
    ObjectSet^ get ();
    void set (ObjectSet^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : ObjectSet with get, set
function get Parent () : ObjectSet 
function set Parent (value : ObjectSet)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Dmf.ObjectSet
An ObjectSet value that specifies the parent of the TargetSet object.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

TargetSet Classe

Espace de noms Microsoft.SqlServer.Management.Dmf