Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Determines whether the objects identified by two ServerGroup.Key objects are the same.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public Shared Operator = ( _
leftOperand As ServerGroup.Key, _
rightOperand As ServerGroup.Key _
) As Boolean
'Uso
Dim leftOperand As ServerGroup.Key
Dim rightOperand As ServerGroup.Key
Dim returnValue As Boolean
returnValue = (leftOperand = rightOperand)
public static bool operator ==(
ServerGroup.Key leftOperand,
ServerGroup.Key rightOperand
)
public:
static bool operator ==(
ServerGroup.Key^ leftOperand,
ServerGroup.Key^ rightOperand
)
static let inline(=)
leftOperand:ServerGroup.Key *
rightOperand:ServerGroup.Key : bool
JScript dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- leftOperand
Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
A ServerGroup.Key object that identifies the first object.
- rightOperand
Tipo: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key
A ServerGroup.Key object that identifies the second object.
Valor de retorno
Tipo: System.Boolean
A Boolean value that is true if the objects are the same. Otherwise, false.
Comentários
- Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.