你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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'