共用方式為


SpatialIndexRegularOption.Option 屬性

Gets or sets the type of the option.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Option As IndexOption 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption
The type of the option.

請參閱

參考

SpatialIndexRegularOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間