DatabaseOperationProperties interface

資料庫操作的屬性。

屬性

databaseName

操作所使用的資料庫名稱。

description

作業描述。

errorCode

操作錯誤代碼。

errorDescription

操作錯誤描述。

errorSeverity

操作錯誤的嚴重程度。

estimatedCompletionTime

預計完成時間。

isCancellable

手術是否能取消。

isUserError

不管這個錯誤是不是使用者錯誤。

operation

作業的名稱。

operationFriendlyName

這個行動的友善名稱。

operationPhaseDetails

作戰階段細節。

percentComplete

完成的操作百分比。

serverName

伺服器的名稱。

startTime

作業開始時間。

state

作業狀態。

屬性詳細資料

databaseName

操作所使用的資料庫名稱。

databaseName?: string

屬性值

string

description

作業描述。

description?: string

屬性值

string

errorCode

操作錯誤代碼。

errorCode?: number

屬性值

number

errorDescription

操作錯誤描述。

errorDescription?: string

屬性值

string

errorSeverity

操作錯誤的嚴重程度。

errorSeverity?: number

屬性值

number

estimatedCompletionTime

預計完成時間。

estimatedCompletionTime?: Date

屬性值

Date

isCancellable

手術是否能取消。

isCancellable?: boolean

屬性值

boolean

isUserError

不管這個錯誤是不是使用者錯誤。

isUserError?: boolean

屬性值

boolean

operation

作業的名稱。

operation?: string

屬性值

string

operationFriendlyName

這個行動的友善名稱。

operationFriendlyName?: string

屬性值

string

operationPhaseDetails

作戰階段細節。

operationPhaseDetails?: PhaseDetails

屬性值

percentComplete

完成的操作百分比。

percentComplete?: number

屬性值

number

serverName

伺服器的名稱。

serverName?: string

屬性值

string

startTime

作業開始時間。

startTime?: Date

屬性值

Date

state

作業狀態。

state?: string

屬性值

string