Freigeben über


IDTSInputColumn100.IsAssociatedWithOutputColumn-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets whether the IDTSInputColumn100 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 IDTSInputColumn100 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
True if the IDTSInputColumn100 is associated with output column; otherwise, false.

Siehe auch

Verweis

IDTSInputColumn100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace