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.
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 | |
---|---|---|
![]() |
DataConnectionString | Gets or sets the connection string. |
![]() |
DataProviderName | Gets or sets the name of the data provider. |
![]() |
DataTableName | Gets or sets the name of the data table. |
![]() |
TestElement | Gets the associated test element. |
Top