TriggerStatementBody.WithAppend, propriété
Obtient ou définit si With Append est défini.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property WithAppend As Boolean
Get
Set
public bool WithAppend { get; set; }
public:
property bool WithAppend {
bool get ();
void set (bool value);
}
member WithAppend : bool with get, set
function get WithAppend () : boolean
function set WithAppend (value : boolean)
Valeur de propriété
Type : System.Boolean
Retourne la valeur True si With Append est défini ; sinon, False.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.