Partager via


Propriété IndexedXmlPathCollection.Parent

Gets or sets the parent object of the collection.

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

Syntaxe

'Déclaration
Public ReadOnly Property Parent As Index 
    Get
'Utilisation
Dim instance As IndexedXmlPathCollection 
Dim value As Index 

value = instance.Parent
public Index Parent { get; }
public:
property Index^ Parent {
    Index^ get ();
}
member Parent : Index
function get Parent () : Index

Valeur de propriété

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

Voir aussi

Référence

IndexedXmlPathCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo