次の方法で共有


DbUtils.GetDbConnectionString(String, String) メソッド

定義

public:
 static System::String ^ GetDbConnectionString(System::String ^ serverName, System::String ^ dbName);
public static string GetDbConnectionString (string serverName, string dbName);
static member GetDbConnectionString : string * string -> string
Public Shared Function GetDbConnectionString (serverName As String, dbName As String) As String

パラメーター

serverName
String
dbName
String

戻り値

適用対象