Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.