ConnectToSourceSqlServerTaskOutputDatabaseLevel 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
ConnectToSourceSqlServerTaskOutputDatabaseLevel() |
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputDatabaseLevel class. |
ConnectToSourceSqlServerTaskOutputDatabaseLevel(String, String, Nullable<Double>, IList<DatabaseFileInfo>, String, String) |
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputDatabaseLevel class. |
ConnectToSourceSqlServerTaskOutputDatabaseLevel()
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputDatabaseLevel class.
public ConnectToSourceSqlServerTaskOutputDatabaseLevel ();
Public Sub New ()
Applies to
ConnectToSourceSqlServerTaskOutputDatabaseLevel(String, String, Nullable<Double>, IList<DatabaseFileInfo>, String, String)
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputDatabaseLevel class.
public ConnectToSourceSqlServerTaskOutputDatabaseLevel (string id = default, string name = default, double? sizeMb = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInfo> databaseFiles = default, string compatibilityLevel = default, string databaseState = default);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutputDatabaseLevel : string * string * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseFileInfo> * string * string -> Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutputDatabaseLevel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional sizeMb As Nullable(Of Double) = Nothing, Optional databaseFiles As IList(Of DatabaseFileInfo) = Nothing, Optional compatibilityLevel As String = Nothing, Optional databaseState As String = Nothing)
Parameters
- id
- String
Result identifier
- name
- String
Database name
- databaseFiles
- IList<DatabaseFileInfo>
The list of database files
- compatibilityLevel
- String
SQL Server compatibility level of database Possible values include: 'CompatLevel80', 'CompatLevel90', 'CompatLevel100', 'CompatLevel110', 'CompatLevel120', 'CompatLevel130', 'CompatLevel140'
- databaseState
- String
State of the database Possible values include: 'Online', 'Restoring', 'Recovering', 'RecoveryPending', 'Suspect', 'Emergency', 'Offline', 'Copying', 'OfflineSecondary'