Compartir a través de


IndexedXmlPathCollection.Parent Propiedad

Gets or sets the parent object of the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Index 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IndexedXmlPathCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo