IDTSVirtualInputColumn90.ComparisonFlags Property
Gets the comparison flags set on an upstream output column.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<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
Значение свойства
An Integer that represents the comparison flags on the upstream output column.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace