DataProvider Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | DataProvider(StatementBuilder^) | Initializes a new instance of a DataProvider. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | DataProvider(StatementBuilder^, DataProvider::RetriveMode) | Initializes a new instance of a DataProvider. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Depth | Gets the depth of nesting for the current row. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | FieldCount | Gets the number of columns in the current row. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | IsClosed | A Boolean which determines whether the T: :Microsoft.SqlServer.Management.Sdk.Sfc.DataProvider is closed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Item[Int32] | Gets the item corresponding to the ordinal position idx.Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Item[String^] | Gets the object that specifies the string indexer. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | RecordsAffected | Gets the number of records affected. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the DataProvider. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Dispose() | Releases all the resources used by the DataProvider class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBoolean(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetByte(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetBytes(Int32, Int64, array<Byte>^, Int32, Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetChar(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetChars(Int32, Int64, array<Char>^, Int32, Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetData(Int32) | Gets a T: System.Data.IDataReader for the requested position., Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetDataTypeName(Int32) | Returns a type name for a specified column. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetDateTime(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetDecimal(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetDouble(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetFieldType(Int32) | Returns a data type for the column at the specified ordinal. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetFloat(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetGuid(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInt16(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetInt32(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetInt64(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetName(Int32) | Retrieves a column name for the specified ordinal. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetOrdinal(String^) | Retrieves an ordinal for the specified column name. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetSchemaTable() | Gets a schema table that describes the column metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetString(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(Int32) | Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetValues(array<Object^>^) | Populates an array of objects with the attribute column values of the current row. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | InitRowDataManipulation(ArrayList^, SortedList^) | Initializes data structures so that row manipulation is done efficiently. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | InitSchemaTable(ArrayList^) | Creates an empty DataTable that reflects the schema of the retrieved data. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | IsDBNull(Int32) | Determines whether the value corresponding to the ordinal position is Null. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | NextResult() | Unimplemented returns false. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Read() | Indicates whether the object advances to the next row. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | SetConnectionAndQuery(ExecuteSql^, String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


