共用方式為


DtsObject.op_Equality Method

Determines whether the two specified objects 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 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