Compartilhar via


Propriedade do RDL IDTSInputColumn100.IsAssociatedWithOutputColumn

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets whether the IDTSInputColumn100 is associated with output column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
ReadOnly Property IsAssociatedWithOutputColumn As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDTSInputColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper