Freigeben über


Position.op_Inequality Method

Determines whether two specified instances of Position are not equal.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    o1 As Position, _
    o2 As Position _
) As Boolean
public static bool operator != (
    Position o1,
    Position o2
)
public:
static bool operator != (
    Position^ o1, 
    Position^ o2
)
Von J# werden keine überlasteten Operatoren unterstützt.
Von JScript wird die Verwendung von überlasteten Operatoren unterstützt, ausgenommen der Deklaration neuer Operatoren.

Parameter

  • o2
    A Position.

Rückgabewert

true if o1 and o2 do not represent the same Position; false otherwise.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Position Class
Position Members
Microsoft.AnalysisServices.AdomdClient Namespace