共用方式為


IndexOption.OptionKind 屬性

Gets the kind of the option.

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

語法

'宣告
Public Property OptionKind As IndexOptionKind 
    Get 
    Set
'用途
Dim instance As IndexOption 
Dim value As IndexOptionKind 

value = instance.OptionKind

instance.OptionKind = value
public IndexOptionKind OptionKind { get; set; }
public:
property IndexOptionKind OptionKind {
    IndexOptionKind get ();
    void set (IndexOptionKind value);
}
member OptionKind : IndexOptionKind with get, set
function get OptionKind () : IndexOptionKind 
function set OptionKind (value : IndexOptionKind)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.

請參閱

參考

IndexOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間