Share via


tagSTATSTG.cbSize Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The size in bytes of the stream or byte array.

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

Syntax

'Declaration
Public cbSize As _ULARGE_INTEGER
'Usage
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

See Also

Reference

tagSTATSTG Structure

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace