Compartir a través de


Index.ParentXmlIndex Propiedad

Gets or sets the parent of an XML index.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ParentXmlIndex As String 
    Get 
    Set
'Uso
Dim instance As Index 
Dim value As String 

value = instance.ParentXmlIndex

instance.ParentXmlIndex = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string ParentXmlIndex { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ ParentXmlIndex {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member ParentXmlIndex : string with get, set
function get ParentXmlIndex () : String 
function set ParentXmlIndex (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the parent of an XML index.

Comentarios

This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.

[!NOTA]

For indexes based on the UserDefinedTableType object the value of ParentXmlIndex property is an empty string.

Ejemplos

Crear, modificar y eliminar índices

Vea también

Referencia

Index Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Índices

CREATE INDEX (Transact-SQL)