Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the TargetSet object that is the parent of the TargetSetLevel 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 TargetSet
Get
Set
'Usage
Dim instance As TargetSetLevel
Dim value As TargetSet
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public TargetSet Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property TargetSet^ Parent {
TargetSet^ get ();
void set (TargetSet^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : TargetSet with get, set
function get Parent () : TargetSet
function set Parent (value : TargetSet)
Property Value
Type: Microsoft.SqlServer.Management.Dmf.TargetSet
An TargetSet value that specifies the parent of the TargetSetLevel object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.