IDataSourceBindingData Interface

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
Public property DataConnectionString Gets or sets the connection string.
Public property DataProviderName Gets or sets the name of the data provider.
Public property DataTableName Gets or sets the name of the data table.
Public property TestElement Gets the associated test element.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

TestElement