IDataView 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 IDataView : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Assessment.IDataRow>, System.Collections.Generic.IReadOnlyCollection<Microsoft.SqlServer.Management.Assessment.IDataRow>, System.Collections.Generic.IReadOnlyList<Microsoft.SqlServer.Management.Assessment.IDataRow>
type IDataView = interface
interface IReadOnlyList<IDataRow>
interface seq<IDataRow>
interface IEnumerable
interface IReadOnlyCollection<IDataRow>
Public Interface IDataView
Implements IEnumerable(Of IDataRow), IReadOnlyCollection(Of IDataRow), IReadOnlyList(Of IDataRow)
- Derived
- Implements