Condividi tramite


Property.op_Inequality Method

Determines whether two specified instances of Property are not equal.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
Public Shared Operator <> ( _
    o1 As Property, _
    o2 As Property _
) As Boolean
public static bool operator != (
    Property o1,
    Property o2
)
public:
static bool operator != (
    Property^ o1, 
    Property^ o2
)
J# non supporta gli operatori di overload.
JScript non supporta la dichiarazione di nuovi operatori di overload ma ne supporta l'utilizzo.

Parametri

  • o2
    A Property.

Valore restituito

true if o1 and o2 do not represent the same Property; 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

Property Class
Property Members
Microsoft.AnalysisServices.AdomdClient Namespace