Sdílet prostřednictvím


DataSource.SetConnection – metoda (String, String)

Nastaví zprostředkovatele a připojovací řetězec zdroje dat.

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

Syntaxe

'Deklarace
Public Sub SetConnection ( _
    provider As String, _
    connection As String _
)
public void SetConnection(
    string provider,
    string connection
)
public:
void SetConnection(
    String^ provider, 
    String^ connection
)
member SetConnection : 
        provider:string * 
        connection:string -> unit 
public function SetConnection(
    provider : String, 
    connection : String
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataSource Třída

SetConnection – přetížení

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