TargetSet.Parent Property
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)
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.