IVsDataConnectionUITester.Test(IVsDataConnectionUIProperties) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests the connection based on the properties specified in the connection dialog box.
public:
void Test(Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionUIProperties ^ connectionUIProperties);
public void Test (Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties connectionUIProperties);
abstract member Test : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionUIProperties -> unit
Public Sub Test (connectionUIProperties As IVsDataConnectionUIProperties)
Parameters
- connectionUIProperties
- IVsDataConnectionUIProperties
Contains the connection properties specified in the data connection dialog box.