Sdílet prostřednictvím


CreateXmlIndexStatement.SecondaryXmlIndexType – vlastnost

Získá nebo nastaví sekundární typ indexu XML.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Vrátí SecondaryXmlIndexType hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateXmlIndexStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů