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 네임스페이스