다음을 통해 공유


EventSetBase.HasCommonBits 메서드

Specifies whether the EventSetBase object has common bits with another specified EventSetBase object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Protected Function HasCommonBits ( _
    optionsCompare As EventSetBase _
) As Boolean
‘사용 방법
Dim optionsCompare As EventSetBase 
Dim returnValue As Boolean 

returnValue = Me.HasCommonBits(optionsCompare)
protected bool HasCommonBits(
    EventSetBase optionsCompare
)
protected:
bool HasCommonBits(
    EventSetBase^ optionsCompare
)
member HasCommonBits : 
        optionsCompare:EventSetBase -> bool
protected function HasCommonBits(
    optionsCompare : EventSetBase
) : boolean

매개 변수

반환 값

유형: System.Boolean
A Boolean value that specifies whether the two EventSetBase objects contain common bits.If True, the two EventSetBase objects contain common bits.If False, the two EventSetBase objects do not contain common bits.

SMO 이벤트 처리

참고 항목

참조

EventSetBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스