Freigeben über


TargetSet.Parent-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As ObjectSet 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

TargetSet Klasse

Microsoft.SqlServer.Management.Dmf-Namespace