Оператор Inequality
Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared Operator <> ( _
a As ServiceQueueEvent, _
b As ServiceQueueEvent _
) As Boolean
'Применение
Dim a As ServiceQueueEvent
Dim b As ServiceQueueEvent
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
ServiceQueueEvent a,
ServiceQueueEvent b
)
public:
static bool operator !=(
ServiceQueueEvent^ a,
ServiceQueueEvent^ b
)
static let inline (<>)
a:ServiceQueueEvent *
b:ServiceQueueEvent : bool
JScript поддерживает использование перегруженных операторов, но не объявление новых.
Параметры
- a
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
- b
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent
A ServiceQueueEvent object that specifies the service queue events.
Возвращаемое значение
Тип: System. . :: . .Boolean
A ServiceQueueEventSet object value that specifies a set of service queue events.