PrincipalOption.OptionKind 속성
Gets the kind of the option.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property OptionKind As PrincipalOptionKind
Get
Set
‘사용 방법
Dim instance As PrincipalOption
Dim value As PrincipalOptionKind
value = instance.OptionKind
instance.OptionKind = value
public PrincipalOptionKind OptionKind { get; set; }
public:
property PrincipalOptionKind OptionKind {
PrincipalOptionKind get ();
void set (PrincipalOptionKind value);
}
member OptionKind : PrincipalOptionKind with get, set
function get OptionKind () : PrincipalOptionKind
function set OptionKind (value : PrincipalOptionKind)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalOptionKind
The kind of the option.