Свойство 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.

См. также

Справочник

IDTSBulkInsertTask Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Tasks.BulkInsertTask