Clase DataProvider
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Class DataProvider _
Implements IDataReader, IDisposable, IDataRecord
'Uso
Dim instance As DataProvider
public class DataProvider : IDataReader,
IDisposable, IDataRecord
public ref class DataProvider : IDataReader,
IDisposable, IDataRecord
type DataProvider =
class
interface IDataReader
interface IDisposable
interface IDataRecord
end
public class DataProvider implements IDataReader, IDisposable, IDataRecord
El tipo DataProvider expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DataProvider(StatementBuilder) | Initializes a new instance of a DataProvider. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
DataProvider(StatementBuilder, DataProvider.RetriveMode) | Initializes a new instance of a DataProvider. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Depth | Gets the depth of nesting for the current row. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
FieldCount | Gets the number of columns in the current row. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
IsClosed | A Boolean which determines whether the [T::Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider] is closed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Item[Int32] | Gets the item corresponding to the ordinal position idx.No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Item[String] | Gets the object that specifies the string indexer. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
RecordsAffected | Gets the number of records affected. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Close | Closes the DataProvider. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Dispose | Releases all the resources used by the DataProvider class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBoolean | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetByte | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetBytes | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetChar | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetChars | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetData | Gets a IDataReader for the requested position., No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetDataTypeName | Returns a type name for a specified column. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetDateTime | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetDecimal | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetDouble | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetFieldType | Returns a data type for the column at the specified ordinal. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetFloat | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetGuid | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetHashCode | (Se hereda de Object.) | |
GetInt16 | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetInt32 | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetInt64 | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetName | Retrieves a column name for the specified ordinal. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetOrdinal | Retrieves an ordinal for the specified column name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetSchemaTable | Gets a schema table that describes the column metadata. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetString | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetType | (Se hereda de Object.) | |
GetValue | Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetValues | Populates an array of objects with the attribute column values of the current row. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
InitRowDataManipulation | Initializes data structures so that row manipulation is done efficiently. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
InitSchemaTable | Creates an empty DataTable that reflects the schema of the retrieved data. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
IsDBNull | Determines whether the value corresponding to the ordinal position is Null. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
MemberwiseClone | (Se hereda de Object.) | |
NextResult | Unimplemented returns false. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Read | Indicates whether the object advances to the next row. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SetConnectionAndQuery | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.