DataMigrationSqlConnectionInfo(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.
Initializes a new instance of DataMigrationSqlConnectionInfo.
public DataMigrationSqlConnectionInfo(string dataSource);
new Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo : string -> Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo
Public Sub New (dataSource As String)
Parameters
- dataSource
- String
Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber.
Exceptions
dataSource is null.