Compartir a través de


DtsObject.op_Inequality Method

Determines whether the two specified objects do not have the same value.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
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# no permite el uso de operadores sobrecargados.
JScript permite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

  • dtsObj1
    The object to compare against dtsObj2.
  • dtsObj2
    The object to compare against dtsObj1.

Valor devuelto

true if the value of dtsObj1 is not the same as the value of dtsObj2; otherwise, false.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DtsObject Class
DtsObject Members
Microsoft.SqlServer.Dts.Runtime Namespace