SqlDatabase.DefinitionStages.WithRestorePointDatabase<ParentT> インターフェイス

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ

public static interface SqlDatabase.DefinitionStages.WithRestorePointDatabase

復元ポイントをソース データベースとして設定するSQL Database定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttachAllOptions<ParentT> fromRestorePoint(RestorePoint restorePoint)

復元ポイントから新しいデータベースを作成します。

abstract WithAttachAllOptions<ParentT> fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

復元ポイントから新しいデータベースを作成します。

メソッドの詳細

fromRestorePoint

public abstract SqlDatabase.DefinitionStages.WithAttachAllOptions fromRestorePoint(RestorePoint restorePoint)

復元ポイントから新しいデータベースを作成します。

Parameters:

restorePoint - 復元ポイント

Returns:

定義の次のステージ。

fromRestorePoint

public abstract SqlDatabase.DefinitionStages.WithAttachAllOptions fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

復元ポイントから新しいデータベースを作成します。

Parameters:

restorePoint - 復元ポイント
restorePointDateTime - 復元元の日付と時刻

Returns:

定義の次のステージ。

適用対象