IMemDataStorage Interface

Définition

public interface class IMemDataStorage : IDisposable, Microsoft::ReportingServices::QueryDesigners::IDataStorage
public interface IMemDataStorage : IDisposable, Microsoft.ReportingServices.QueryDesigners.IDataStorage
type IMemDataStorage = interface
    interface IDataStorage
    interface IDisposable
Public Interface IMemDataStorage
Implements IDataStorage, IDisposable
Dérivé
Implémente

Méthodes

AddColumn(String)
AddRow(Object[])
DeleteRow(Int32)
GetColumnInfo(Int32) (Hérité de IDataStorage)
GetRow(Int32)
GetSortView() (Hérité de IDataStorage)
GetStorageView() (Hérité de IDataStorage)
InitStorage()
InsertRow(Int32, Object[])
IsClosed() (Hérité de IDataStorage)
NumColumns() (Hérité de IDataStorage)
NumRows() (Hérité de IDataStorage)

S’applique à