This documentation is archived and is not being maintained.
SqlClientMetaDataCollectionNames Class
Visual Studio 2010
Provides a list of constants for use with the GetSchema method to retrieve metadata collections.
Assembly: System.Data (in System.Data.dll)
The SqlClientMetaDataCollectionNames type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Columns | A constant for use with the GetSchema method that represents the Columns collection. |
![]() ![]() | Databases | A constant for use with the GetSchema method that represents the Databases collection. |
![]() ![]() | ForeignKeys | A constant for use with the GetSchema method that represents the ForeignKeys collection. |
![]() ![]() | IndexColumns | A constant for use with the GetSchema method that represents the IndexColumns collection. |
![]() ![]() | Indexes | A constant for use with the GetSchema method that represents the Indexes collection. |
![]() ![]() | Parameters | A constant for use with the GetSchema method that represents the Parameters collection. |
![]() ![]() | ProcedureColumns | A constant for use with the GetSchema method that represents the ProcedureColumns collection. |
![]() ![]() | Procedures | A constant for use with the GetSchema method that represents the Procedures collection. |
![]() ![]() | Tables | A constant for use with the GetSchema method that represents the Tables collection. |
![]() ![]() | UserDefinedTypes | A constant for use with the GetSchema method that represents the UserDefinedTypes collection. |
![]() ![]() | Users | A constant for use with the GetSchema method that represents the Users collection. |
![]() ![]() | ViewColumns | A constant for use with the GetSchema method that represents the ViewColumns collection. |
![]() ![]() | Views | A constant for use with the GetSchema method that represents the Views collection. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: