Share via


DropClusteredConstraintOption.OptionKind 속성

Gets or sets the type of the option.

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

구문

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

value = instance.OptionKind

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.DropClusteredConstraintOptionKind
The type of the option.

참고 항목

참조

DropClusteredConstraintOption 클래스

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