DropClusteredConstraintOption.OptionKind プロパティ
オプションの種類を取得または設定します。
名前空間: 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
オプションの種類。