CreateCreateInfo: IMetabaseObjectCreateInfo;
CreateCreateInfo(): Prognoz.Platform.Interop.Metabase.IMetabaseObjectCreateInfo;
The CreateCreateInfo method creates information for a new object.
A new object is created using the CreateObject method.
Add a link to the Metabase system assembly.
After executing the example a new database is created in the repository root. The data are placed on the Test server in the TestShema scheme. The password authentication is used when connecting to the database. Login and password are taken from the credentials, specified on login to the platform.
See also: