共用方式為


BusinessLogicDataReader.GetData 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Reads a BusinessLogicDataReader for the requested column ordinal.

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Function GetData ( _
    i As Integer _
) As IDataReader
'用途
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

參數

傳回值

型別:System.Data.IDataReader
A IDataReader object.

實作

IDataRecord.GetData(Int32)

請參閱

參考

BusinessLogicDataReader 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間