Métodos BusinessLogicDataReader
Incluir membros protegidos
Incluir membros herdados
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
O tipo BusinessLogicDataReader expõe os membros a seguir.
Nome | Descrição | |
---|---|---|
![]() |
Close | Closes the BusinessLogicDataReader object. |
![]() |
Dispose | Releases all resources used by the current instance of the BusinessLogicDataReaderclass. |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBoolean | Gets the value of the specified column as a Boolean. |
![]() |
GetByte | Gets the value of the specified column as a byte. |
![]() |
GetBytes | Reads a stream of bytes from the specified column. |
![]() |
GetChar | Gets the value of the specified column as a single character. |
![]() |
GetChars | Reads a stream of characters from the specified column. |
![]() |
GetData | Reads a BusinessLogicDataReader for the requested column ordinal. |
![]() |
GetDataTypeName | Gets name of the data type of the specified column. |
![]() |
GetDateTime | Gets the value of the specified column as a DateTime object. |
![]() |
GetDecimal | Gets the value of the specified column as a Decimal object. |
![]() |
GetDouble | Gets the value of the specified column as a double-precision floating point number. |
![]() |
GetFieldType | Gets the data type of the specified column. |
![]() |
GetFloat | Gets the value of the specified column as a single-precision floating point number. |
![]() |
GetGuid | Gets the value of the specified column as a globally-unique identifier (GUID). |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetInt16 | Gets the value of the specified column as a 16-bit signed integer. |
![]() |
GetInt32 | Gets the value of the specified column as a 32-bit signed integer. |
![]() |
GetInt64 | Gets the value of the specified column as a 64-bit signed integer. |
![]() |
GetName | Gets the name of the column. |
![]() |
GetOrdinal | Gets the column ordinal given the name of the column. |
![]() |
GetSchemaTable | Returns a DataTable that describes the column metadata. |
![]() |
GetString | Gets the value of the specified column as an instance of String. |
![]() |
GetType | (Herdado de Object.) |
![]() |
GetValue | Gets the value of the specified column as an instance of Object. |
![]() |
GetValues | Populates an array of objects with the column values of the current row. |
![]() |
IsDBNull | Indicates whether the column contains nonexistent or missing values. |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
NextResult | Advances the reader to the next result when reading the results of a batch of statements. |
![]() |
Read | Advances the reader to the next record in a result set. |
![]() |
ToString | (Herdado de Object.) |
Início
BusinessLogicDataReader Classe
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport