IDTSBufferManager100.CreateFlatBuffer64 Método

Definición

Crea un objeto IDTSBuffer100 del tamaño especificado.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ CreateFlatBuffer64(System::UInt64 lSize, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ pOwner);
[System.Runtime.InteropServices.DispId(113)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 CreateFlatBuffer64 (ulong lSize, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 pOwner);
[<System.Runtime.InteropServices.DispId(113)>]
abstract member CreateFlatBuffer64 : uint64 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
Public Function CreateFlatBuffer64 (lSize As ULong, pOwner As IDTSComponentMetaData100) As IDTSBuffer100

Parámetros

lSize
UInt64

Tamaño, en bytes, del nuevo método IDTSBuffer100.

pOwner
IDTSComponentMetaData100

El objeto IDTSComponentMetaData100 del componente que contiene el búfer.

Devoluciones

Objeto IDTSBuffer100 recién creado.

Atributos

Comentarios

Este método asigna un IDTSBuffer100 objeto del tamaño especificado. Los búferes planos no se crean con una definición de búfer existente y no contienen columnas ni filas. Los búferes planos son privados y su uso es específico del componente que lo solicita.

Se aplica a