Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value that indicates whether the object is associated with output column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property IsAssociatedWithOutputColumn As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
True if the object is associated with output column; otherwise, false.