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 test the connection with the properties specified in the connection dialog box.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<DataDefaultObjectAttribute("AC344921-3BAF-4b42-8FB8-654E27A44C66")> _
Public Interface IVsDataConnectionUITester
[DataDefaultObjectAttribute("AC344921-3BAF-4b42-8FB8-654E27A44C66")]
public interface IVsDataConnectionUITester
[DataDefaultObjectAttribute(L"AC344921-3BAF-4b42-8FB8-654E27A44C66")]
public interface class IVsDataConnectionUITester
[<DataDefaultObjectAttribute("AC344921-3BAF-4b42-8FB8-654E27A44C66")>]
type IVsDataConnectionUITester = interface end
public interface IVsDataConnectionUITester
The IVsDataConnectionUITester type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Test | Tests the connection based on the properties specified in the connection dialog box. |
Top
Remarks
This interface is implemented as a built-in DDEX service.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace