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