Freigeben über


IndexOption.Option-Eigenschaft

Ruft den Indexoptionstyp ab oder legt ihn fest.

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

Syntax

'Declaration
Public Property Option As IndexOptionType
    Get
    Set
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
    IndexOptionType get ();
    void set (IndexOptionType value);
}
member Option : IndexOptionType with get, set
function get Option () : IndexOptionType
function set Option (value : IndexOptionType)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IndexOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace