ViewEvent.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.