CreateXmlIndexStatement.SecondaryXmlIndexType (Propiedad)

Obtiene o establece el tipo del índice XML secundario.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
    Get
    Set
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
    SecondaryXmlIndexType get ();
    void set (SecondaryXmlIndexType value);
}
member SecondaryXmlIndexType : SecondaryXmlIndexType with get, set
function get SecondaryXmlIndexType () : SecondaryXmlIndexType
function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Devuelve un valor de enumeración SecondaryXmlIndexType.

Seguridad de .NET Framework

Vea también

Referencia

CreateXmlIndexStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)