Click or drag to resize

SchemaInfoCollection Properties

The SchemaInfoCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of columns in the collection. Zero columns typically indicates that the object does not exist in the schema, but it is recommended to use ObjectExists to make that determination.
Public propertyDBMSType
Gets the DBMSType (e.g. SQL-Server), or zero if not known.
Public propertyItem
Indexer for the collection returning a SchemaInfo object.
Public propertyObjectExists
Gets whether or not the object exists in the schema.
Top
See Also