次の方法で共有


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 名前空間