Partager via


Propriété IDTSInputColumn100.IsAssociatedWithOutputColumn

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets whether the IDTSInputColumn100 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 IDTSInputColumn100 
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 IDTSInputColumn100 is associated with output column; otherwise, false.

Voir aussi

Référence

IDTSInputColumn100 Interface

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