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.