Compartilhar via


Propriedade CreateXmlIndexStatement.SecondaryXmlIndexType

Obtém ou define o tipo de índice XML secundário.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Retorna um SecondaryXmlIndexType valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

CreateXmlIndexStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql