EventSetBase.HasCommonBits(EventSetBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns true if this and optCompare have common options that are set
protected bool HasCommonBits (Microsoft.SqlServer.Management.Smo.EventSetBase optionsCompare);
member this.HasCommonBits : Microsoft.SqlServer.Management.Smo.EventSetBase -> bool
Protected Function HasCommonBits (optionsCompare As EventSetBase) As Boolean
Parameters
- optionsCompare
- EventSetBase