IDTSVirtualInputColumn90.ComparisonFlags Property

Gets the comparison flags set on an upstream output column.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(123)> _
ReadOnly Property ComparisonFlags As Integer
[DispIdAttribute(123)] 
int ComparisonFlags { get; }
[DispIdAttribute(123)] 
property int ComparisonFlags {
    int get ();
}
/** @property */
/** @attribute DispIdAttribute(123) */ 
int get_ComparisonFlags ()
DispIdAttribute(123) 
function get ComparisonFlags () : int

Eigenschaftswert

An Integer that represents the comparison flags on the upstream output column.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace