SpatialIndexRegularOption.Option-Eigenschaft

Ruft die Indexoption ab oder legt sie 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 IndexOption
    Get
    Set
public IndexOption Option { get; set; }
public:
property IndexOption^ Option {
    IndexOption^ get ();
    void set (IndexOption^ value);
}
member Option : IndexOption with get, set
function get Option () : IndexOption
function set Option (value : IndexOption)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.IndexOption
Gibt das IndexOption-Element zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SpatialIndexRegularOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace