Partager via


CreateXmlIndexStatement.SecondaryXmlIndexType, propriété

Obtient ou définit le type d'index XML secondaire.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Retourne une valeur d'énumération SecondaryXmlIndexType.

Sécurité .NET Framework

Voir aussi

Référence

CreateXmlIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms