KB-24422: Changing a table name at run time.

Question:

How can I change a Historic’s recording table name at run time?

Solution:

To do so, you must disable the Historic, change its TableName property to the desired new name , and then reactivate the Historic.

Script example:
Application.GetObject(“Historic”).Deactivate()
Application.GetObject(“Historic”).TableName = “NewHistoricTableName”
Application.GetObject(“Historic”).Activate()

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *