次の方法で共有


AssemblyOption.OptionKind プロパティ

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

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

構文

'宣言
Public Property OptionKind As AssemblyOptionKind 
    Get 
    Set
'使用
Dim instance As AssemblyOption 
Dim value As AssemblyOptionKind 

value = instance.OptionKind

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

プロパティ値

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

関連項目

参照

AssemblyOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間