This API supports the .NET Framework 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)
Syntax
'Declaration
Public Interface IDataSourceBindingData
public interface IDataSourceBindingData
public interface class IDataSourceBindingData
type IDataSourceBindingData =  interface end
public interface IDataSourceBindingData
The IDataSourceBindingData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DataConnectionString | Gets or sets the connection string. | 
| .gif) | DataProviderName | Gets or sets the name of the data provider. | 
| .gif) | DataTableName | Gets or sets the name of the data table. | 
| .gif) | TestElement | Gets the associated test element. | 
Top