Свойство IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn

Gets the value that indicates whether the object is associated with output column.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
ReadOnly Property IsAssociatedWithOutputColumn As Boolean 
    Get
'Применение
Dim instance As IDTSVirtualInputColumn100 
Dim value As Boolean 

value = instance.IsAssociatedWithOutputColumn
bool IsAssociatedWithOutputColumn { get; }
property bool IsAssociatedWithOutputColumn {
    bool get ();
}
abstract IsAssociatedWithOutputColumn : bool
function get IsAssociatedWithOutputColumn () : boolean

Значение свойства

Тип: System.Boolean
True if the object is associated with output column; otherwise, false.

См. также

Справочник

IDTSVirtualInputColumn100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper