Propriedade do RDL IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn
Gets the value that indicates whether the object 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 IDTSVirtualInputColumn100
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 object is associated with output column; otherwise, false.