หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.