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

MigrateSyncCompleteCommandInput Class

Definition

Input for command that completes sync migration for a database.

public class MigrateSyncCompleteCommandInput
type MigrateSyncCompleteCommandInput = class
Public Class MigrateSyncCompleteCommandInput
Inheritance
MigrateSyncCompleteCommandInput

Constructors

MigrateSyncCompleteCommandInput()

Initializes a new instance of the MigrateSyncCompleteCommandInput class.

MigrateSyncCompleteCommandInput(String, Nullable<DateTimeOffset>)

Initializes a new instance of the MigrateSyncCompleteCommandInput class.

Properties

CommitTimeStamp

Gets or sets time stamp to complete

DatabaseName

Gets or sets name of database

Methods

Validate()

Validate the object.

Applies to