SpatialIndexRegularOption.Option 属性

获取或设置索引选项。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.IndexOption
返回一个 IndexOption

.NET Framework 安全性

请参见

参考

SpatialIndexRegularOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间