Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Reads a BusinessLogicDataReader for the requested column ordinal.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function GetData ( _
i As Integer _
) As IDataReader
'Usage
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim returnValue As IDataReader
returnValue = instance.GetData(i)
public IDataReader GetData(
int i
)
public:
virtual IDataReader^ GetData(
int i
) sealed
abstract GetData :
i:int -> IDataReader
override GetData :
i:int -> IDataReader
public final function GetData(
i : int
) : IDataReader
Parameters
- i
Type: System.Int32
The zero-based column ordinal.
Return Value
Type: System.Data.IDataReader
A IDataReader object.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace