DtsObject.op_Inequality Method
Determines whether the two specified objects do not have the same value.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
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# non supporta gli operatori di overload.
JScript non supporta la dichiarazione di nuovi operatori di overload ma ne supporta l'utilizzo.
Parametri
- dtsObj1
The object to compare against dtsObj2.
- dtsObj2
The object to compare against dtsObj1.
Valore restituito
true if the value of dtsObj1 is not the same as the value of dtsObj2; otherwise, false.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DtsObject Class
DtsObject Members
Microsoft.SqlServer.Dts.Runtime Namespace