Propriedade do RDL AlterTableConstraintModificationStatement.All
Gets or sets a value that indicates whether the modification is for all constraints.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the modification is for all constraints; otherwise, false.