DatabaseAliasEntry(String, String, String, String) Constructor
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:
DatabaseAliasEntry(System::String ^ sourceCatalog, System::String ^ sourceSchema, System::String ^ targetCatalog, System::String ^ targetSchema);
public DatabaseAliasEntry (string sourceCatalog, string sourceSchema, string targetCatalog, string targetSchema);
new Microsoft.HostIntegration.Drda.Common.DatabaseAliasEntry : string * string * string * string -> Microsoft.HostIntegration.Drda.Common.DatabaseAliasEntry
Public Sub New (sourceCatalog As String, sourceSchema As String, targetCatalog As String, targetSchema As String)
Parameters
- sourceCatalog
- String
- sourceSchema
- String
- targetCatalog
- String
- targetSchema
- String