Proprietà TargetSetLevel.Parent

Gets or sets the TargetSet object that is the parent of the TargetSetLevel object.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

TargetSetLevel Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf