次の方法で共有


IWithImportFrom インターフェイス

定義

BACPAC ファイルをソース データベースとしてインポートするSQL Database定義。

public interface IWithImportFrom : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithImportFromBeta
type IWithImportFrom = interface
    interface IWithImportFromBeta
    interface IBeta
Public Interface IWithImportFrom
Implements IBeta, IWithImportFromBeta
派生
実装

メソッド

ImportFrom(IStorageAccount, String, String)

BACPAC ファイルから新しいデータベースを作成します。

(継承元 IWithImportFromBeta)
ImportFrom(String)

BACPAC ファイルから新しいデータベースを作成します。

(継承元 IWithImportFromBeta)

適用対象