IDiskDataStorage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IDiskDataStorage : IDisposable, Microsoft::ReportingServices::QueryDesigners::IDataStorage
public interface IDiskDataStorage : IDisposable, Microsoft.ReportingServices.QueryDesigners.IDataStorage
type IDiskDataStorage = interface
interface IDataStorage
interface IDisposable
Public Interface IDiskDataStorage
Implements IDataStorage, IDisposable
- Derived
- Implements
Methods
AddToStorage(IDataReader) | |
DeleteRow(Int64) | |
GetColumnInfo(Int32) | (Inherited from IDataStorage) |
GetFileName() | |
GetRowOffset(Int64) | |
GetSortView() | (Inherited from IDataStorage) |
GetStorageView() | (Inherited from IDataStorage) |
InitStorage(IDataReader) | |
IsClosed() | (Inherited from IDataStorage) |
NumColumns() | (Inherited from IDataStorage) |
NumRows() | (Inherited from IDataStorage) |
SerializeData() | |
StartStoringData() | |
StopStoringData() | |
StoreData() |
Events
StorageNotify |