共用方式為


RecordsAffected 屬性

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

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

語法

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

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

屬性值

型別:System. . :: . .Int32

實作

IDataReader. . :: . .RecordsAffected