Classe DataProvider
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Class DataProvider _
Implements IDataReader, IDisposable, IDataRecord
'Utilisation
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
Le type DataProvider expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DataProvider(StatementBuilder) | Initializes a new instance of a DataProvider. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
DataProvider(StatementBuilder, DataProvider.RetriveMode) | Initializes a new instance of a DataProvider. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Depth | Gets the depth of nesting for the current row. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
FieldCount | Gets the number of columns in the current row. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
IsClosed | A Boolean which determines whether the [T::Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider] is closed. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Item[Int32] | Gets the item corresponding to the ordinal position idx.Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Item[String] | Gets the object that specifies the string indexer. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
RecordsAffected | Gets the number of records affected. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Close | Closes the DataProvider. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Dispose | Releases all the resources used by the DataProvider class. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBoolean | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetByte | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetBytes | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetChar | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetChars | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetData | Gets a IDataReader for the requested position., Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetDataTypeName | Returns a type name for a specified column. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetDateTime | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetDecimal | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetDouble | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetFieldType | Returns a data type for the column at the specified ordinal. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetFloat | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetGuid | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetHashCode | (hérité de Object.) | |
GetInt16 | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetInt32 | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetInt64 | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetName | Retrieves a column name for the specified ordinal. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetOrdinal | Retrieves an ordinal for the specified column name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetSchemaTable | Gets a schema table that describes the column metadata. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetString | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetType | (hérité de Object.) | |
GetValue | Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
GetValues | Populates an array of objects with the attribute column values of the current row. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
InitRowDataManipulation | Initializes data structures so that row manipulation is done efficiently. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
InitSchemaTable | Creates an empty DataTable that reflects the schema of the retrieved data. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
IsDBNull | Determines whether the value corresponding to the ordinal position is Null. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
MemberwiseClone | (hérité de Object.) | |
NextResult | Unimplemented returns false. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Read | Indicates whether the object advances to the next row. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
SetConnectionAndQuery | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.