Partilhar via


Propriedade do RDL IDtsConnectionManagerUIChangeEvents.AreChangeEventsProperlyHandled

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

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

Sintaxe

'Declaração
ReadOnly Property AreChangeEventsProperlyHandled As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDtsConnectionManagerUIChangeEvents Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Design