DatabaseNode: IMetabaseUpdateObjectNode;
The DatabaseNode property returns the DB, to which SQL query is executed as an update object.
The property is available after value of the IMetabaseUpdateSqlNode.Database property is determined.
Use the IMetabaseUpdateObjectNode.Object or IMetabaseUpdateSqlNode.Database property to change database.
The property use is given in the description of IMetabaseUpdateSqlNode.IsDatabaseValid.
See also: