Propriété TargetSetLevel.Parent
Gets or sets the TargetSet object that is the parent of the TargetSetLevel object.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As TargetSet
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Dmf.TargetSet
An TargetSet value that specifies the parent of the TargetSetLevel object.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.