此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets whether the IDTSInputColumn100 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 IDTSInputColumn100
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 IDTSInputColumn100 is associated with output column; otherwise, false.