共用方式為


ConnectToSourceSqlServerTaskOutputDatabaseLevel interface

驗證 SQL Server 連線的工作的資料庫層級輸出,也會驗證來源伺服器需求

Extends

屬性

compatibilityLevel

SQL Server 資料庫相容性層級注意:此屬性將不會串行化。 它只能由伺服器填入。

databaseFiles

資料庫檔案清單注意:此屬性將不會串行化。 它只能由伺服器填入。

databaseState

資料庫狀態注意:這個屬性將不會串行化。 它只能由伺服器填入。

name

資料庫名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

resultType

多型歧視性,指定這個物件可以是的不同類型

sizeMB

以 MB 為單位的檔案大小注意:此屬性將不會串行化。 它只能由伺服器填入。

繼承的屬性

id

結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

compatibilityLevel

SQL Server 資料庫相容性層級注意:此屬性將不會串行化。 它只能由伺服器填入。

compatibilityLevel?: string

屬性值

string

databaseFiles

資料庫檔案清單注意:此屬性將不會串行化。 它只能由伺服器填入。

databaseFiles?: DatabaseFileInfo[]

屬性值

databaseState

資料庫狀態注意:這個屬性將不會串行化。 它只能由伺服器填入。

databaseState?: string

屬性值

string

name

資料庫名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

resultType

多型歧視性,指定這個物件可以是的不同類型

resultType: "DatabaseLevelOutput"

屬性值

"DatabaseLevelOutput"

sizeMB

以 MB 為單位的檔案大小注意:此屬性將不會串行化。 它只能由伺服器填入。

sizeMB?: number

屬性值

number

繼承的屬性詳細資料

id

結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ConnectToSourceSqlServerTaskOutput.id