Share via


IDtsConnectionManagerUIChangeEvents.AreChangeEventsProperlyHandled Property

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
ReadOnly Property AreChangeEventsProperlyHandled As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

IDtsConnectionManagerUIChangeEvents Interface

Microsoft.SqlServer.Dts.Runtime.Design Namespace