IndexOption.Option 属性

获取或设置索引选项类型。

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

语法

声明
Public Property Option As IndexOptionType
    Get
    Set
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
    IndexOptionType get ();
    void set (IndexOptionType value);
}
member Option : IndexOptionType with get, set
function get Option () : IndexOptionType
function set Option (value : IndexOptionType)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.IndexOptionType
返回一个 IndexOptionType 枚举值。

.NET Framework 安全性

请参见

参考

IndexOption 类

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