Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)