다음을 통해 공유


IDtsConnectionManagerUIChangeEvents.AreChangeEventsProperlyHandled 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Design
어셈블리:  Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)

구문

‘선언
ReadOnly Property AreChangeEventsProperlyHandled As Boolean 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

IDtsConnectionManagerUIChangeEvents 인터페이스

Microsoft.SqlServer.Dts.Runtime.Design 네임스페이스