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 命名空间