IDataView Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
- Derivado
- Implementações