共用方式為


CellProperty.Inequality 運算子

Determines whether two specified instances of CellProperty have different values.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Shared Operator <> ( _
    o1 As CellProperty, _
    o2 As CellProperty _
) As Boolean
'用途
Dim o1 As CellProperty 
Dim o2 As CellProperty 
Dim returnValue As Boolean 

returnValue = (o1 <> o2)
public static bool operator !=(
    CellProperty o1,
    CellProperty o2
)
public:
static bool operator !=(
    CellProperty^ o1, 
    CellProperty^ o2
)
static let inline(<>)
        o1:CellProperty * 
        o2:CellProperty  : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。

參數

傳回值

型別:System.Boolean
true if o1 and o2 represent different CellProperty objects, false otherwise.

請參閱

參考

CellProperty 類別

Microsoft.AnalysisServices.AdomdClient 命名空間