GetUserTablesSqlTaskInput Constructors
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.
Overloads
GetUserTablesSqlTaskInput() |
Initializes a new instance of the GetUserTablesSqlTaskInput class. |
GetUserTablesSqlTaskInput(SqlConnectionInfo, IList<String>) |
Initializes a new instance of the GetUserTablesSqlTaskInput class. |
GetUserTablesSqlTaskInput()
Initializes a new instance of the GetUserTablesSqlTaskInput class.
public GetUserTablesSqlTaskInput ();
Public Sub New ()
Applies to
GetUserTablesSqlTaskInput(SqlConnectionInfo, IList<String>)
Initializes a new instance of the GetUserTablesSqlTaskInput class.
public GetUserTablesSqlTaskInput (Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo connectionInfo, System.Collections.Generic.IList<string> selectedDatabases);
new Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlTaskInput
Public Sub New (connectionInfo As SqlConnectionInfo, selectedDatabases As IList(Of String))
Parameters
- connectionInfo
- SqlConnectionInfo
Connection information for SQL Server