次の方法で共有


IndexOption.OptionKind プロパティ

オプションの種類を取得します。

名前空間:  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
オプションの種類。

関連項目

参照

IndexOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間