Returns a DBObject object that contains the specified system datatype or user-defined datatype object.
DBObject = Database.GetDatatypeByName ( [TypeName :=] idDatatype )
HRESULT pDatabase->GetDatatypeByName (
SQLOLE_LPCSTR idDatatype,
LPSQLOLESTDOBJECT* ppDBObject );
Element | Type | Description |
---|
DBObject | DBObject | Returned DBObject object |
idDatatype | Identifier | Name of a system datatype or a user-defined datatype |