Classe DataProvider
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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
O tipo DataProvider expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DataProvider(StatementBuilder) | Initializes a new instance of a DataProvider. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
DataProvider(StatementBuilder, DataProvider.RetriveMode) | Initializes a new instance of a DataProvider. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Depth | Gets the depth of nesting for the current row. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
FieldCount | Gets the number of columns in the current row. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
IsClosed | A Boolean which determines whether the [T::Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider] is closed. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Item[Int32] | Gets the item corresponding to the ordinal position idx.Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Item[String] | Gets the object that specifies the string indexer. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
RecordsAffected | Gets the number of records affected. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Close | Closes the DataProvider. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Dispose | Releases all the resources used by the DataProvider class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBoolean | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetByte | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetBytes | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetChar | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetChars | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetData | Gets a IDataReader for the requested position., Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetDataTypeName | Returns a type name for a specified column. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetDateTime | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetDecimal | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetDouble | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetFieldType | Returns a data type for the column at the specified ordinal. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetFloat | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetGuid | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetHashCode | (Herdado de Object.) | |
GetInt16 | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetInt32 | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetInt64 | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetName | Retrieves a column name for the specified ordinal. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetOrdinal | Retrieves an ordinal for the specified column name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetSchemaTable | Gets a schema table that describes the column metadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetString | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetType | (Herdado de Object.) | |
GetValue | Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetValues | Populates an array of objects with the attribute column values of the current row. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
InitRowDataManipulation | Initializes data structures so that row manipulation is done efficiently. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
InitSchemaTable | Creates an empty DataTable that reflects the schema of the retrieved data. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
IsDBNull | Determines whether the value corresponding to the ordinal position is Null. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
MemberwiseClone | (Herdado de Object.) | |
NextResult | Unimplemented returns false. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Read | Indicates whether the object advances to the next row. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SetConnectionAndQuery | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.