Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Retrieves an IDTSInputColumn90 object that has the specified lineage ID.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(101)> _
Function GetInputColumnByLineageID ( _
<InAttribute> lLineageID As Integer _
) As IDTSInputColumn90
[DispIdAttribute(101)]
IDTSInputColumn90 GetInputColumnByLineageID (
[InAttribute] int lLineageID
)
[DispIdAttribute(101)]
IDTSInputColumn90^ GetInputColumnByLineageID (
[InAttribute] int lLineageID
)
/** @attribute DispIdAttribute(101) */
IDTSInputColumn90 GetInputColumnByLineageID (
/** @attribute InAttribute() */ int lLineageID
)
DispIdAttribute(101)
function GetInputColumnByLineageID (
lLineageID : int
) : IDTSInputColumn90
Параметры
- lLineageID
The LineageID property to use as the search criteria in the collection.
Возвращаемое значение
The IDTSInputColumn90 object that has the specified LineageID.
Синхронизация потоков
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.
См. также
Справочник
IDTSInputColumnCollection90 Interface
IDTSInputColumnCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace