Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAMetaDataCollectionNames class

 

SAMetaDataCollectionNames members

Public fields
Member name Description

Columns field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Columns collection. This field is read-only.

DataSourceInformation field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the DataSourceInformation collection. This field is read-only.

DataTypes field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the DataTypes collection. This field is read-only.

ForeignKeys field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the ForeignKeys collection. This field is read-only.

IndexColumns field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the IndexColumns collection. This field is read-only.

Indexes field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Indexes collection. This field is read-only.

MetaDataCollections field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the MetaDataCollections collection. This field is read-only.

ProcedureParameters field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the ProcedureParameters collection. This field is read-only.

Procedures field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Procedures collection. This field is read-only.

ReservedWords field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the ReservedWords collection. This field is read-only.

Restrictions field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Restrictions collection. This field is read-only.

Tables field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Tables collection. This field is read-only.

UserDefinedTypes field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the UserDefinedTypes collection. This field is read-only.

Users field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Users collection. This field is read-only.

ViewColumns field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the ViewColumns collection. This field is read-only.

Views field

Provides a constant for use with the SAConnection.GetSchema(String,String[]) method that represents the Views collection. This field is read-only.

See also