MetadataBuilder.SetCapacity 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetCapacity(HeapIndex, Int32) |
設定指定堆積的容量。 |
SetCapacity(TableIndex, Int32) |
設定指定資料表的容量。 |
SetCapacity(HeapIndex, Int32)
設定指定堆積的容量。
public:
void SetCapacity(System::Reflection::Metadata::Ecma335::HeapIndex heap, int byteCount);
public void SetCapacity (System.Reflection.Metadata.Ecma335.HeapIndex heap, int byteCount);
member this.SetCapacity : System.Reflection.Metadata.Ecma335.HeapIndex * int -> unit
Public Sub SetCapacity (heap As HeapIndex, byteCount As Integer)
參數
- heap
- HeapIndex
堆積索引。
- byteCount
- Int32
位元組數。
例外狀況
備註
如果事先知道大約位元組數目,請使用此方法來減少配置。
適用於
SetCapacity(TableIndex, Int32)
設定指定資料表的容量。
public:
void SetCapacity(System::Reflection::Metadata::Ecma335::TableIndex table, int rowCount);
public void SetCapacity (System.Reflection.Metadata.Ecma335.TableIndex table, int rowCount);
member this.SetCapacity : System.Reflection.Metadata.Ecma335.TableIndex * int -> unit
Public Sub SetCapacity (table As TableIndex, rowCount As Integer)
參數
- table
- TableIndex
資料表索引。
- rowCount
- Int32
表格中的列數。
例外狀況
備註
如果事先知道大約的數據列數目,請使用此方法來減少配置。