Compartilhar via


Propriedade do RDL DropClusteredConstraintOption.OptionKind

Gets or sets the type of the option.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property OptionKind As DropClusteredConstraintOptionKind 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

DropClusteredConstraintOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom