Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDataSourceBindingData Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the information that is required to create a connection for a test element to a data source.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public interface class IDataSourceBindingData

NameDescription
System_CAPS_pubpropertyDataConnectionString

Gets or sets the connection string.

System_CAPS_pubpropertyDataProviderName

Gets or sets the name of the data provider.

System_CAPS_pubpropertyDataTableName

Gets or sets the name of the data table.

System_CAPS_pubpropertyTestElement

Gets the associated test element.

Return to top
Show: