共用方式為


BusinessLogicDataReader.FieldCount 屬性

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

Gets the number of columns in the current row.

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

語法

'宣告
Public ReadOnly Property FieldCount As Integer 
    Get
'用途
Dim instance As BusinessLogicDataReader 
Dim value As Integer 

value = instance.FieldCount
public int FieldCount { get; }
public:
virtual property int FieldCount {
    int get () sealed;
}
abstract FieldCount : int 
override FieldCount : int
final function get FieldCount () : int

屬性值

型別:System.Int32
The number of columns in the current row.

實作

IDataRecord.FieldCount

請參閱

參考

BusinessLogicDataReader 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間