Compartilhar via


Propriedade do RDL AlterTableTriggerModificationStatement.All

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

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 AlterTableTriggerModificationStatement 
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 triggers; otherwise, false.

Consulte também

Referência

AlterTableTriggerModificationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom