Propriété IDTSBulkInsertTask.FireTriggers
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly : Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)
Syntaxe
'Déclaration
Property FireTriggers As Boolean
Get
Set
'Utilisation
Dim instance As IDTSBulkInsertTask
Dim value As Boolean
value = instance.FireTriggers
instance.FireTriggers = value
bool FireTriggers { get; set; }
property bool FireTriggers {
bool get ();
void set (bool value);
}
abstract FireTriggers : bool with get, set
function get FireTriggers () : boolean
function set FireTriggers (value : boolean)
Valeur de propriété
Type : System.Boolean
true if the insert triggers should be executed on the table during the operation; false if triggers are ignored.
Notes
For more information, see BulkInsertTask.