共用方式為


TableLevelSharingProperties interface

將在追蹤程式資料庫中包含和排除的資料表

屬性

externalTablesToExclude

要從追蹤程式資料庫排除的外部資料表清單

externalTablesToInclude

要包含在追蹤程式資料庫中的外部資料表清單

functionsToExclude

要從追蹤程式資料庫排除的函式清單

functionsToInclude

要包含在追蹤程式資料庫中的函式清單

materializedViewsToExclude

要從追蹤程式資料庫排除的具體化檢視清單

materializedViewsToInclude

要包含在追蹤程式資料庫中的具體化檢視清單

tablesToExclude

要從追蹤程式資料庫排除的資料表清單

tablesToInclude

要包含在追蹤程式資料庫中的資料表清單

屬性詳細資料

externalTablesToExclude

要從追蹤程式資料庫排除的外部資料表清單

externalTablesToExclude?: string[]

屬性值

string[]

externalTablesToInclude

要包含在追蹤程式資料庫中的外部資料表清單

externalTablesToInclude?: string[]

屬性值

string[]

functionsToExclude

要從追蹤程式資料庫排除的函式清單

functionsToExclude?: string[]

屬性值

string[]

functionsToInclude

要包含在追蹤程式資料庫中的函式清單

functionsToInclude?: string[]

屬性值

string[]

materializedViewsToExclude

要從追蹤程式資料庫排除的具體化檢視清單

materializedViewsToExclude?: string[]

屬性值

string[]

materializedViewsToInclude

要包含在追蹤程式資料庫中的具體化檢視清單

materializedViewsToInclude?: string[]

屬性值

string[]

tablesToExclude

要從追蹤程式資料庫排除的資料表清單

tablesToExclude?: string[]

屬性值

string[]

tablesToInclude

要包含在追蹤程式資料庫中的資料表清單

tablesToInclude?: string[]

屬性值

string[]