Partager via


Propriété IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property IsAssociatedWithOutputColumn As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSVirtualInputColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper