Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Option As IndexOption
Get
Set
'Usage
Dim instance As SpatialIndexRegularOption
Dim value As IndexOption
value = instance.Option
instance.Option = value
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.SqlServer.TransactSql.ScriptDom.IndexOption
The type of the option.