Megosztás:


IStream.SetSize Method

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

See Also

Reference

IStream Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace