次の方法で共有


IWithSourceDatabaseId<ParentT>.WithSourceDatabase メソッド

定義

オーバーロード

WithSourceDatabase(ISqlDatabase)

SQL Databaseのソース データベースの場合は、リソースを設定します。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままである必要があります。 これらのパラメーターに指定された値は無視されます。

WithSourceDatabase(String)

SQL Databaseのソース データベースの場合は、リソースを設定します。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままである必要があります。 これらのパラメーターに指定された値は無視されます。

WithSourceDatabase(ISqlDatabase)

SQL Databaseのソース データベースの場合は、リソースを設定します。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままである必要があります。 これらのパラメーターに指定された値は無視されます。

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCreateMode<ParentT> WithSourceDatabase (Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase sourceDatabase);
abstract member WithSourceDatabase : Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCreateMode<'ParentT>
Public Function WithSourceDatabase (sourceDatabase As ISqlDatabase) As IWithCreateMode(Of ParentT)

パラメーター

sourceDatabase
ISqlDatabase

ソース データベースのインスタンス。

戻り値

適用対象

WithSourceDatabase(String)

SQL Databaseのソース データベースの場合は、リソースを設定します。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままである必要があります。 これらのパラメーターに指定された値は無視されます。

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCreateMode<ParentT> WithSourceDatabase (string sourceDatabaseId);
abstract member WithSourceDatabase : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCreateMode<'ParentT>
Public Function WithSourceDatabase (sourceDatabaseId As String) As IWithCreateMode(Of ParentT)

パラメーター

sourceDatabaseId
String

ソース データベースの ID。

戻り値

適用対象