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 命名空间