IStream.SetSize(_ULARGE_INTEGER) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the size of the stream object.
public:
void SetSize(Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER libNewSize);
public void SetSize (Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER libNewSize);
abstract member SetSize : Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER -> unit
Public Sub SetSize (libNewSize As _ULARGE_INTEGER)
Parameters
- libNewSize
- _ULARGE_INTEGER
The new size of the stream as a number of bytes.