Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the type of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As DropClusteredConstraintOptionKind
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropClusteredConstraintOptionKind
The type of the option.