IDTSBulkInsertTask.FireTriggers 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property FireTriggers As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
true if the insert triggers should be executed on the table during the operation; false if triggers are ignored.
注释
For more information, see BulkInsertTask.