Właściwość IDTSEventsProvider100.DisableEventHandlers
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat EventsProvider.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Property DisableEventHandlers As Boolean
Get
Set
'Użycie
Dim instance As IDTSEventsProvider100
Dim value As Boolean
value = instance.DisableEventHandlers
instance.DisableEventHandlers = value
bool DisableEventHandlers { get; set; }
property bool DisableEventHandlers {
bool get ();
void set (bool value);
}
abstract DisableEventHandlers : bool with get, set
function get DisableEventHandlers () : boolean
function set DisableEventHandlers (value : boolean)
Wartość właściwości
Typ: System.Boolean
Zobacz także