Compartir a través de


AlterTableConstraintModificationStatement.All (Propiedad)

Obtiene o establece si la modificación es para todas las restricciones.

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 All As Boolean
    Get
    Set
public bool All { get; set; }
public:
property bool All {
    bool get ();
    void set (bool value);
}
member All : bool with get, set
function get All () : boolean
function set All (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si la modificación es para todas las restricciones, False si no es así.

Seguridad de .NET Framework

Vea también

Referencia

AlterTableConstraintModificationStatement Clase

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