Freigeben über


CreateXmlIndexStatement.SecondaryXmlIndexType-Eigenschaft

Ruft den Typ des sekundären XML-Indexes ab oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Gibt einen SecondaryXmlIndexType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateXmlIndexStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace