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.