IDtsConnectionManagerUIChangeEvents Interface
Defines the interface for the change events of the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public Interface IDtsConnectionManagerUIChangeEvents
'Usage
Dim instance As IDtsConnectionManagerUIChangeEvents
public interface IDtsConnectionManagerUIChangeEvents
public interface class IDtsConnectionManagerUIChangeEvents
type IDtsConnectionManagerUIChangeEvents = interface end
public interface IDtsConnectionManagerUIChangeEvents
The IDtsConnectionManagerUIChangeEvents type exposes the following members.
Properties
Name | Description | |
---|---|---|
AreChangeEventsProperlyHandled | Gets a value that indicates whether the change events are properly handled. |
Top