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 命名空间