Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the size of the stream object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetSize ( _
libNewSize As _ULARGE_INTEGER _
)
'Usage
Dim instance As IStream
Dim libNewSize As _ULARGE_INTEGER
instance.SetSize(libNewSize)
void SetSize(
_ULARGE_INTEGER libNewSize
)
void SetSize(
[InAttribute] _ULARGE_INTEGER libNewSize
)
abstract SetSize :
libNewSize:_ULARGE_INTEGER -> unit
function SetSize(
libNewSize : _ULARGE_INTEGER
)
Parameters
- libNewSize
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER
The new size of the stream as a number of bytes.