Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Determines whether the specified UIConnectionInfo object is different than the specified Object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado: Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxis
'Declaración
Public Shared Operator <> ( _
infoA As UIConnectionInfo, _
infoB As Object _
) As Boolean
'Uso
Dim infoA As UIConnectionInfo
Dim infoB As Object
Dim returnValue As Boolean
returnValue = (infoA <> infoB)
public static bool operator !=(
UIConnectionInfo infoA,
Object infoB
)
public:
static bool operator !=(
UIConnectionInfo^ infoA,
Object^ infoB
)
static let inline(<>)
infoA:UIConnectionInfo *
infoB:Object : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.
Parámetros
- infoA
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
A UIConnectionInfo object that specifies the first object.
- infoB
Tipo: System.Object
An Object that specifies the second object.
Valor devuelto
Tipo: System.Boolean
true if the two objects are different; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum