Freigeben über


Parent-Eigenschaft

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)

Eigenschaftswert

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

Hinweise

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