TargetSet.Parent Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

Type: Microsoft.SqlServer.Management.Dmf.ObjectSet

An ObjectSet value that specifies the parent of the TargetSet object.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

TargetSet Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top