Condividi tramite


Proprietà TempDBResultSet.RecordsAffected

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the number of records affected.

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Property RecordsAffected As Integer 
    Get 
    Set
'Utilizzo
Dim instance As TempDBResultSet 
Dim value As Integer 

value = instance.RecordsAffected

instance.RecordsAffected = value
public int RecordsAffected { get; set; }
public:
property int RecordsAffected {
    int get ();
    void set (int value);
}
member RecordsAffected : int with get, set
function get RecordsAffected () : int 
function set RecordsAffected (value : int)

Valore proprietà

Tipo: System.Int32
The number of records affected.

Vedere anche

Riferimento

TempDBResultSet Classe

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport