다음을 통해 공유


GetFlatMemory 메서드

Gets a pointer to the bytes stored by an IDTSBuffer100.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Function GetFlatMemory As IntPtr
‘사용 방법
Dim instance As IDTSBuffer100
Dim returnValue As IntPtr

returnValue = instance.GetFlatMemory()
IntPtr GetFlatMemory()
IntPtr GetFlatMemory()
abstract GetFlatMemory : unit -> IntPtr 
function GetFlatMemory() : IntPtr

반환 값

형식: System. . :: . .IntPtr
A pointer to the beginning of the bytes stored in the IDTSBuffer100.

주의

This method returns a pointer to the beginning of the bytes stored in an IDTSBuffer100 object that is created by calling the CreateFlatBuffer method of the IDTSBufferManager100 object.