次の方法で共有


TableOption.OptionKind プロパティ

オプションの種類を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property OptionKind As TableOptionKind 
    Get 
    Set
'使用
Dim instance As TableOption 
Dim value As TableOptionKind 

value = instance.OptionKind

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.TableOptionKind
オプションの種類。

関連項目

参照

TableOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間