IDTSBuffer100.GetFlatMemory 메서드

Gets a pointer to the bytes stored by an IDTSBuffer100.

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

구문

‘선언
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.

참고 항목

참조

IDTSBuffer100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스