SqlClientMetaDataCollectionNames Classe
Definição
Fornece uma lista de constantes para uso com o método GetSchema para recuperar coleções de metadados.Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
public ref class SqlClientMetaDataCollectionNames abstract sealed
public static class SqlClientMetaDataCollectionNames
type SqlClientMetaDataCollectionNames = class
Public Class SqlClientMetaDataCollectionNames
- Herança
-
SqlClientMetaDataCollectionNames
Campos
| Columns |
Uma constante para uso com o método GetSchema que representa a coleção Columns.A constant for use with the GetSchema method that represents the Columns collection. |
| Databases |
Uma constante para uso com o método GetSchema que representa a coleção Databases.A constant for use with the GetSchema method that represents the Databases collection. |
| ForeignKeys |
Uma constante para uso com o método GetSchema que representa a coleção ForeignKeys.A constant for use with the GetSchema method that represents the ForeignKeys collection. |
| IndexColumns |
Uma constante para uso com o método GetSchema que representa a coleção IndexColumns.A constant for use with the GetSchema method that represents the IndexColumns collection. |
| Indexes |
Uma constante para uso com o método GetSchema que representa a coleção Indexes.A constant for use with the GetSchema method that represents the Indexes collection. |
| Parameters |
Uma constante para uso com o método GetSchema que representa a coleção Parameters.A constant for use with the GetSchema method that represents the Parameters collection. |
| ProcedureColumns |
Uma constante para uso com o método GetSchema que representa a coleção ProcedureColumns.A constant for use with the GetSchema method that represents the ProcedureColumns collection. |
| Procedures |
Uma constante para uso com o método GetSchema que representa a coleção Procedures.A constant for use with the GetSchema method that represents the Procedures collection. |
| Tables |
Uma constante para uso com o método GetSchema que representa a coleção Tables.A constant for use with the GetSchema method that represents the Tables collection. |
| UserDefinedTypes |
Uma constante para uso com o método GetSchema que representa a coleção UserDefinedTypes.A constant for use with the GetSchema method that represents the UserDefinedTypes collection. |
| Users |
Uma constante para uso com o método GetSchema que representa a coleção Users.A constant for use with the GetSchema method that represents the Users collection. |
| ViewColumns |
Uma constante para uso com o método GetSchema que representa a coleção ViewColumns.A constant for use with the GetSchema method that represents the ViewColumns collection. |
| Views |
Uma constante para uso com o método GetSchema que representa a coleção Views.A constant for use with the GetSchema method that represents the Views collection. |