Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Determines whether two instances of MiningService are unequal.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Shared Operator <> ( _
o1 As MiningService, _
o2 As MiningService _
) As Boolean
'Uso
Dim o1 As MiningService
Dim o2 As MiningService
Dim returnValue As Boolean
returnValue = (o1 <> o2)
public static bool operator !=(
MiningService o1,
MiningService o2
)
public:
static bool operator !=(
MiningService^ o1,
MiningService^ o2
)
static let inline(<>)
o1:MiningService *
o2:MiningService : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.
Parámetros
- o1
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningService
The first instance of MiningService to compare.
- o2
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningService
The second instance of MiningService to compare.
Valor devuelto
Tipo: System.Boolean
true if o1 and o2 represent different MiningService objects; otherwise, false.