IndexOption.OptionKind 속성

Gets the kind of the option.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property OptionKind As IndexOptionKind 
    Get 
    Set
‘사용 방법
Dim instance As IndexOption 
Dim value As IndexOptionKind 

value = instance.OptionKind

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.

참고 항목

참조

IndexOption 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스