Compartir a través de


IndexedXmlPathNamespaceCollection.Parent Propiedad

Gets or sets the parent indexed XML path namespace.

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 IndexedXmlPathNamespaceCollection 
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 indexed XML path namespace.

Vea también

Referencia

IndexedXmlPathNamespaceCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo