Condividi tramite


Proprietà IDtsConnectionManagerUIChangeEvents.AreChangeEventsProperlyHandled

Gets a value that indicates whether the change events are properly handled.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
ReadOnly Property AreChangeEventsProperlyHandled As Boolean 
    Get
'Utilizzo
Dim instance As IDtsConnectionManagerUIChangeEvents 
Dim value As Boolean 

value = instance.AreChangeEventsProperlyHandled
bool AreChangeEventsProperlyHandled { get; }
property bool AreChangeEventsProperlyHandled {
    bool get ();
}
abstract AreChangeEventsProperlyHandled : bool
function get AreChangeEventsProperlyHandled () : boolean

Valore proprietà

Tipo: System.Boolean
true if the change events are properly handled; otherwise, false.

Vedere anche

Riferimento

IDtsConnectionManagerUIChangeEvents Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Design