NamedSet.op_Equality Method
Determines whether two specified instances of NamedSet the same values.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public Shared Operator = ( _
o1 As NamedSet, _
o2 As NamedSet _
) As Boolean
public static bool operator == (
NamedSet o1,
NamedSet o2
)
public:
static bool operator == (
NamedSet^ o1,
NamedSet^ 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
- o1
A NamedSet.
- o2
A NamedSet.
Rückgabewert
true if o1 and o2 represent the same NamedSet; 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
NamedSet Class
NamedSet Members
Microsoft.AnalysisServices.AdomdClient Namespace