Proprietà RowCount
Gets the number of rows in the PipelineBuffer object.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property RowCount As Integer
Get
'Utilizzo
Dim instance As PipelineBuffer
Dim value As Integer
value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
int get ();
}
member RowCount : int
function get RowCount () : int
Valore proprietà
Tipo: System. . :: . .Int32
The number of rows in the PipelineBuffer.
Osservazioni
The RowCount property contains the number of rows in the PipelineBuffer object.
The RowCount is always zero for OutputPipelineBuffer objects.
Vedere anche