CellProperty.op_Inequality Method
Determines whether two specified instances of CellProperty have different values.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
Public Shared Operator <> ( _
o1 As CellProperty, _
o2 As CellProperty _
) As Boolean
public static bool operator != (
CellProperty o1,
CellProperty o2
)
public:
static bool operator != (
CellProperty^ o1,
CellProperty^ o2
)
J# non supporta gli operatori di overload.
JScript non supporta la dichiarazione di nuovi operatori di overload ma ne supporta l'utilizzo.
Parametri
- o1
A CellProperty.
- o2
A CellProperty.
Valore restituito
true if o1 and o2 represent different CellProperty objects, false otherwise.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
CellProperty Class
CellProperty Members
Microsoft.AnalysisServices.AdomdClient Namespace