DatabaseNode: IMetabaseUpdateObjectNode;
The property is read-only.
The DatabaseNode property returns DB to which SQL query is executed as an update object.
Use the IMetabaseUpdateObjectNode.Object or IMetabaseUpdateSqlNode.Database property to change DB.
The property use is given in the description for IMetabaseUpdateSqlNode.IsDatabaseValid.
See also: