Partager via


Méthode EventSetBase.HasCommonBits

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Protected Function HasCommonBits ( _
    optionsCompare As EventSetBase _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : 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.

Exemples

Gestion des événements SMO

Voir aussi

Référence

EventSetBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo