Propriété IDtsConnectionManagerUIChangeEvents.AreChangeEventsProperlyHandled

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
ReadOnly Property AreChangeEventsProperlyHandled As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDtsConnectionManagerUIChangeEvents Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Design