共用方式為


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 命名空間