Bagikan melalui


DatabaseInfo(String) Constructor

Definition

Initializes a new instance of DatabaseInfo.

public DatabaseInfo (string sourceDatabaseName);
new Azure.ResourceManager.DataMigration.Models.DatabaseInfo : string -> Azure.ResourceManager.DataMigration.Models.DatabaseInfo
Public Sub New (sourceDatabaseName As String)

Parameters

sourceDatabaseName
String

Name of the database.

Exceptions

sourceDatabaseName is null.

Applies to