GetFlatMemory Método
Gets a pointer to the bytes stored by an IDTSBuffer100.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Function GetFlatMemory As IntPtr
'Uso
Dim instance As IDTSBuffer100
Dim returnValue As IntPtr
returnValue = instance.GetFlatMemory()
IntPtr GetFlatMemory()
IntPtr GetFlatMemory()
abstract GetFlatMemory : unit -> IntPtr
function GetFlatMemory() : IntPtr
Valor devuelto
Tipo: System. . :: . .IntPtr
A pointer to the beginning of the bytes stored in the IDTSBuffer100.
Notas
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.