Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the DTP_BUFFCOL structure for a column in the specified buffer definition.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(122)> _
Public Overridable Sub GetColumnInfo ( _
<InAttribute> hBufferType As Integer, _
<InAttribute> hCol As Integer, _
<InAttribute> <OutAttribute> ByRef pCol As DTP_BUFFCOL _
) Implements IDTSBufferManager90.GetColumnInfo
[DispIdAttribute(122)]
public virtual void IDTSBufferManager90.GetColumnInfo (
[InAttribute] int hBufferType,
[InAttribute] int hCol,
[InAttribute] out DTP_BUFFCOL pCol
)
[DispIdAttribute(122)]
public:
virtual void GetColumnInfo (
[InAttribute] int hBufferType,
[InAttribute] int hCol,
[InAttribute] [OutAttribute] DTP_BUFFCOL% pCol
) = IDTSBufferManager90::GetColumnInfo
J# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript не поддерживает передачу аргументов типа, содержащего значение, по ссылке.
Параметры
- hBufferType
The ID of the buffer definition.
- hCol
The column handle.
- pCol
A reference parameter where the DTP_BUFFCOL for the column is stored.
Замечания
This method retrieves the DTP_BUFFCOL structure for the column specified by the hCol parameter in the specified buffer type definition. If the buffer definition or the column is not found, an E_INVALIDARG error occurs.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DTSBufferManagerClass Class
DTSBufferManagerClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace