Operador Inequality (Object, UIConnectionInfo)
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified Object is different than the specified UIConnectionInfo object.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
infoA As Object, _
infoB As UIConnectionInfo _
) As Boolean
'Uso
Dim infoA As Object
Dim infoB As UIConnectionInfo
Dim returnValue As Boolean
returnValue = (infoA <> infoB)
public static bool operator !=(
Object infoA,
UIConnectionInfo infoB
)
public:
static bool operator !=(
Object^ infoA,
UIConnectionInfo^ infoB
)
static let inline (<>)
infoA:Object *
infoB:UIConnectionInfo : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- infoA
Tipo: System. . :: . .Object
An Object that specifies the first object.
- infoB
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
A UIConnectionInfo object that specifies that second object.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the two objects are different; otherwise, false.
Consulte também