ConnectToSourceSqlServerTaskOutputDatabaseLevel interface
驗證 SQL Server 連線的工作的資料庫層級輸出,也會驗證來源伺服器需求
- Extends
屬性
compatibility |
SQL Server 資料庫相容性層級注意:此屬性將不會串行化。 它只能由伺服器填入。 |
database |
資料庫檔案清單注意:此屬性將不會串行化。 它只能由伺服器填入。 |
database |
資料庫狀態注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
name | 資料庫名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
result |
多型歧視性,指定這個物件可以是的不同類型 |
sizeMB | 以 MB 為單位的檔案大小注意:此屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
compatibilityLevel
SQL Server 資料庫相容性層級注意:此屬性將不會串行化。 它只能由伺服器填入。
compatibilityLevel?: string
屬性值
string
databaseFiles
databaseState
資料庫狀態注意:這個屬性將不會串行化。 它只能由伺服器填入。
databaseState?: string
屬性值
string
name
資料庫名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
resultType
多型歧視性,指定這個物件可以是的不同類型
resultType: "DatabaseLevelOutput"
屬性值
"DatabaseLevelOutput"
sizeMB
以 MB 為單位的檔案大小注意:此屬性將不會串行化。 它只能由伺服器填入。
sizeMB?: number
屬性值
number