Свойство DisableEventHandlers
Gets or sets a Boolean that indicates whether the event handlers on task are disabled.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Property DisableEventHandlers As Boolean
Get
Set
'Применение
Dim instance As EventsProvider
Dim value As Boolean
value = instance.DisableEventHandlers
instance.DisableEventHandlers = value
public bool DisableEventHandlers { get; set; }
public:
property bool DisableEventHandlers {
bool get ();
void set (bool value);
}
member DisableEventHandlers : bool with get, set
function get DisableEventHandlers () : boolean
function set DisableEventHandlers (value : boolean)
Значение свойства
Тип: System. . :: . .Boolean
A Boolean that indicates if event handlers for the task are disabled. A value of true indicates that event handling is disabled.
Замечания
The default value of this property is false.