Condividi tramite


TableLevelSharingProperties interface

Tabelle che verranno incluse ed escluse nel database follower

Proprietà

externalTablesToExclude

Elenco di tabelle esterne da escludere dal database follower

externalTablesToInclude

Elenco di tabelle esterne da includere nel database follower

functionsToExclude

Elenco di funzioni da escludere dal database follower

functionsToInclude

Elenco di funzioni da includere nel database follower

materializedViewsToExclude

Elenco di viste materializzate da escludere dal database follower

materializedViewsToInclude

Elenco di viste materializzate da includere nel database follower

tablesToExclude

Elenco di tabelle da escludere dal database follower

tablesToInclude

Elenco di tabelle da includere nel database follower

Dettagli proprietà

externalTablesToExclude

Elenco di tabelle esterne da escludere dal database follower

externalTablesToExclude?: string[]

Valore della proprietà

string[]

externalTablesToInclude

Elenco di tabelle esterne da includere nel database follower

externalTablesToInclude?: string[]

Valore della proprietà

string[]

functionsToExclude

Elenco di funzioni da escludere dal database follower

functionsToExclude?: string[]

Valore della proprietà

string[]

functionsToInclude

Elenco di funzioni da includere nel database follower

functionsToInclude?: string[]

Valore della proprietà

string[]

materializedViewsToExclude

Elenco di viste materializzate da escludere dal database follower

materializedViewsToExclude?: string[]

Valore della proprietà

string[]

materializedViewsToInclude

Elenco di viste materializzate da includere nel database follower

materializedViewsToInclude?: string[]

Valore della proprietà

string[]

tablesToExclude

Elenco di tabelle da escludere dal database follower

tablesToExclude?: string[]

Valore della proprietà

string[]

tablesToInclude

Elenco di tabelle da includere nel database follower

tablesToInclude?: string[]

Valore della proprietà

string[]