IStream.UnlockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) 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.
public:
void UnlockRegion(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::_ULARGE_INTEGER libOffset, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::_ULARGE_INTEGER cb, System::UInt32 dwLockType);
public void UnlockRegion (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012._ULARGE_INTEGER libOffset, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012._ULARGE_INTEGER cb, uint dwLockType);
abstract member UnlockRegion : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012._ULARGE_INTEGER * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012._ULARGE_INTEGER * uint32 -> unit
Public Sub UnlockRegion (libOffset As _ULARGE_INTEGER, cb As _ULARGE_INTEGER, dwLockType As UInteger)
Parameters
- libOffset
- _ULARGE_INTEGER
- dwLockType
- UInt32