ITableDataSink 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.
Class used to consume data provided by an ITableDataSource.
public interface class ITableDataSink
public interface class ITableDataSink
__interface ITableDataSink
public interface ITableDataSink
type ITableDataSink = interface
Public Interface ITableDataSink
Remarks
ITableDataSource can have multiple subscribers and each subscriber will have its own ITableDataSink.
Properties
IsStable |
Indicates whether the results reported to the sink are stable. |