Compartir a través de


AlterTableConstraintModificationStatement.All Propiedad

Gets or sets a value that indicates whether the modification is for all constraints.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property All As Boolean 
    Get 
    Set
'Uso
Dim instance As AlterTableConstraintModificationStatement 
Dim value As Boolean 

value = instance.All

instance.All = value
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 la propiedad

Tipo: System.Boolean
true if the modification is for all constraints; otherwise, false.

Vea también

Referencia

AlterTableConstraintModificationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom