Compartir a través de


PipelineBuffer.RowSize Propiedad

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
Public ReadOnly Property RowSize As ULong 
    Get
'Uso
Dim instance As PipelineBuffer 
Dim value As ULong 

value = instance.RowSize
[CLSCompliantAttribute(false)]
public ulong RowSize { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned long long RowSize {
    unsigned long long get ();
}
[<CLSCompliantAttribute(false)>]
member RowSize : uint64
function get RowSize () : ulong

Valor de la propiedad

Tipo: System.UInt64

Vea también

Referencia

PipelineBuffer Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline