Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the ability to customize the behavior of opening a connection when in the context of a connection UI (for example, the data connection dialog box).
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Class DataConnectionUIConnector _
Implements IVsDataConnectionUIConnector, IVsDataSiteableObject(Of IServiceProvider)
'Usage
Dim instance As DataConnectionUIConnector
public class DataConnectionUIConnector : IVsDataConnectionUIConnector,
IVsDataSiteableObject<IServiceProvider>
public ref class DataConnectionUIConnector : IVsDataConnectionUIConnector,
IVsDataSiteableObject<IServiceProvider^>
public class DataConnectionUIConnector implements IVsDataConnectionUIConnector, IVsDataSiteableObject<IServiceProvider>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataConnectionUIConnector
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.