Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents basic events for a data connection.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaración
Public Interface IVsDataConnectionEvents
public interface IVsDataConnectionEvents
public interface class IVsDataConnectionEvents
type IVsDataConnectionEvents = interface end
public interface IVsDataConnectionEvents
The IVsDataConnectionEvents type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
MessageReceived | Occurs when a message is received from the data source. |
![]() |
StateChanged | Occurs when the state of the data connection is changed. |
Top