Sdílet prostřednictvím


DataSourceAttribute – konstruktor (String, String, String, String)

Inicializuje instanci DataSourceAttribute třídy pomocí jedné tabulky a název zprostředkovatele dat zdroje.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    dataSourceName As String, _
    providerName As String, _
    connectionString As String, _
    tableName As String _
)
public DataSourceAttribute(
    string dataSourceName,
    string providerName,
    string connectionString,
    string tableName
)
public:
DataSourceAttribute(
    String^ dataSourceName, 
    String^ providerName, 
    String^ connectionString, 
    String^ tableName
)
new : 
        dataSourceName:string * 
        providerName:string * 
        connectionString:string * 
        tableName:string -> DataSourceAttribute
public function DataSourceAttribute(
    dataSourceName : String, 
    providerName : String, 
    connectionString : String, 
    tableName : String
)

Parametry

  • providerName
    Typ: System.String
    Název zprostředkovatele dat zdroje.
  • connectionString
    Typ: System.String
    Připojovací řetězec zdroje dat přístup.
  • tableName
    Typ: System.String
    Název tabulky ve zdroji dat, které obsahují informace o přístup.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataSourceAttribute Třída

DataSourceAttribute – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů