Compartir a través de


DropClusteredConstraintOption.Option (Propiedad)

Obtiene o establece el tipo de opción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Option As DropClusteredConstraintOptionType
    Get
    Set
public DropClusteredConstraintOptionType Option { get; set; }
public:
property DropClusteredConstraintOptionType Option {
    DropClusteredConstraintOptionType get ();
    void set (DropClusteredConstraintOptionType value);
}
member Option : DropClusteredConstraintOptionType with get, set
function get Option () : DropClusteredConstraintOptionType
function set Option (value : DropClusteredConstraintOptionType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.DropClusteredConstraintOptionType
Devuelve un valor de enumeración DropClusteredConstraintOptionType.

Seguridad de .NET Framework

Vea también

Referencia

DropClusteredConstraintOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)