Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the DTP_BUFFCOL structure for the specified column in an IDTSBuffer90.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
Sub GetColumnInfo ( _
<InAttribute> hCol As Integer, _
<InAttribute> <OutAttribute> ByRef pCol As DTP_BUFFCOL _
)
void GetColumnInfo (
[InAttribute] int hCol,
[InAttribute] out DTP_BUFFCOL pCol
)
void GetColumnInfo (
[InAttribute] int hCol,
[InAttribute] [OutAttribute] DTP_BUFFCOL% pCol
)
void GetColumnInfo (
/** @attribute InAttribute() */ int hCol,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ DTP_BUFFCOL pCol
)
JScript no permite pasar argumentos de valor para referencia.
Parámetros
- hCol
The column handle.
- pCol
An out DTP_BUFFCOL structure.
Notas
This method returns the DTP_BUFFCOL structure for the column in the IDTSBuffer90 specified by the hCol parameter. This structure contains metadata describing the column's data type properties.
Managed component developers do not call this method, but instead use the GetColumnInfo method of the managed PipelineBuffer class.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace