다음을 통해 공유


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

반환

적용 대상