Partager via


Propriété IndexedXmlPath.Parent

Gets or sets the parent of the IndexedXmlPath.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As Index 
    Get 
    Set
'Utilisation
Dim instance As IndexedXmlPath 
Dim value As Index 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public Index Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property Index^ Parent {
    Index^ get ();
    void set (Index^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : Index with get, set
function get Parent () : Index 
function set Parent (value : Index)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Index
The parent of the IndexedXmlPath.

Voir aussi

Référence

IndexedXmlPath Classe

Espace de noms Microsoft.SqlServer.Management.Smo