共用方式為


AssemblyOption.OptionKind 屬性

Gets or sets the option type.

命名空間:  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
The option type.

請參閱

參考

AssemblyOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間