Proprietà IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsAssociatedWithOutputColumn As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSVirtualInputColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper