Inequality 運算子
Creates a view event set by performing an inequality operation on two ViewEvent objects.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared Operator <> ( _
a As ViewEvent, _
b As ViewEvent _
) As Boolean
'用途
Dim a As ViewEvent
Dim b As ViewEvent
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
ViewEvent a,
ViewEvent b
)
public:
static bool operator !=(
ViewEvent^ a,
ViewEvent^ b
)
static let inline (<>)
a:ViewEvent *
b:ViewEvent : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。
參數
- a
型別:Microsoft.SqlServer.Management.Smo. . :: . .ViewEvent
A ViewEvent object that specifies the view events.
- b
型別:Microsoft.SqlServer.Management.Smo. . :: . .ViewEvent
A ViewEvent object that specifies the view events.
傳回值
型別:System. . :: . .Boolean
A ViewEventSet object value that specifies a set of view events.