BinaryLoaderSaverCatalog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的擴充方法集合, DataOperationsCatalog 用來建立元件的實例,以儲存和讀取 IDataView 物件,以及從高效能二進位格式讀取物件。
public static class BinaryLoaderSaverCatalog
type BinaryLoaderSaverCatalog = class
Public Module BinaryLoaderSaverCatalog
- 繼承
-
BinaryLoaderSaverCatalog
方法
LoadFromBinary(DataOperationsCatalog, IMultiStreamSource) |
IDataView從 IMultiStreamSource 二進位檔案載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。 |
LoadFromBinary(DataOperationsCatalog, String) |
IDataView從二進位檔案載入 。 請注意, IDataView 's 是延遲的,因此此處不會發生任何實際的載入,只是架構驗證。 |
SaveAsBinary(DataOperationsCatalog, IDataView, Stream, Boolean) |
將 IDataView 儲存至二進位資料流程。 |