TaskUIUtils.ReplaceConnectionStringServerName(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ ReplaceConnectionStringServerName(System::String ^ connString, System::String ^ newServerName);
public static string ReplaceConnectionStringServerName (string connString, string newServerName);
static member ReplaceConnectionStringServerName : string * string -> string
Public Shared Function ReplaceConnectionStringServerName (connString As String, newServerName As String) As String
Parameters
- connString
- String
- newServerName
- String