RowCount propriété
Gets the number of rows in the PipelineBuffer object.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (dans Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RowCount As Integer
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int32
The number of rows in the PipelineBuffer.
Notes
The RowCount property contains the number of rows in the PipelineBuffer object.
The RowCount is always zero for OutputPipelineBuffer objects.
Voir aussi