DtsObject.op_Inequality Method
Determines whether the two specified objects do not have the same value.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
语法
声明
Public Shared Operator <> ( _
dtsObj1 As DtsObject, _
dtsObj2 As DtsObject _
) As Boolean
public static bool operator != (
DtsObject dtsObj1,
DtsObject dtsObj2
)
public:
static bool operator != (
DtsObject^ dtsObj1,
DtsObject^ dtsObj2
)
J# 不支持重载的运算符。
JScript 支持重载的运算符,但不支持新运算符的声明。
参数
- dtsObj1
The object to compare against dtsObj2.
- dtsObj2
The object to compare against dtsObj1.
返回值
true if the value of dtsObj1 is not the same as the value of dtsObj2; otherwise, false.
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
DtsObject Class
DtsObject Members
Microsoft.SqlServer.Dts.Runtime Namespace