Compartilhar via


Campo tagSTATSTG.cbSize

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

The size in bytes of the stream or byte array.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public cbSize As _ULARGE_INTEGER
'Uso
Dim instance As tagSTATSTG 
Dim value As _ULARGE_INTEGER 

value = instance.cbSize 

instance.cbSize = value
public _ULARGE_INTEGER cbSize
public:
_ULARGE_INTEGER cbSize
val mutable cbSize: _ULARGE_INTEGER
public var cbSize : _ULARGE_INTEGER

Consulte também

Referência

tagSTATSTG Estrutura

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper