IMetaDataTables Interface
Provides methods for the storage and retrieval of metadata information in tables.
Methods
Method |
Description |
---|---|
Gets a pointer to the binary large object (BLOB) at the specified column index. |
|
Gets the size, in bytes, of the BLOB heap. |
|
Gets a pointer to an array of tokens associated with the specified row index. |
|
Gets a pointer to the values contained in the column at the specified column index, in the table at the specified table index. |
|
Gets data about the specified column in the specified table. |
|
Gets a GUID from the row at the specified index. |
|
Gets the size, in bytes, of the GUID heap. |
|
Gets the index of the next BLOB in the table. |
|
Gets the index of the next GUID value in the current table column. |
|
Gets the index of the next string in the current table column. |
|
Gets the index of the row that contains the next hard-coded string in the current table column. |
|
Gets the number of tables in the scope of the current IMetaDataTables instance. |
|
Gets the row at the specified row index, in the table at the specified table index. |
|
Gets the string at the specified index from the table column in the current reference scope. |
|
Gets the size, in bytes, of the string heap. |
|
Gets the index for the table referenced by the specified token. |
|
Gets the name, row size, number of rows, number of columns, and key column index of the table at the specified table index. |
|
Gets the hard-coded string at the specified index in the string column in the current scope. |
|
Gets the size, in bytes, of the user string heap. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0