EventSetBase.FitsMask Method

Specifies whether the EventSetBase object fits the specified mask.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Protected Function FitsMask ( _
    mask As EventSetBase _
) As Boolean
'Usage
Dim mask As EventSetBase 
Dim returnValue As Boolean 

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

Parameters

Return Value

Type: System.Boolean
A Boolean value that specifies whether the EventSetBase object fits the specified mask.If True, the mask fits the EventSetBase object.If False, the mask does not fit the EventSetBase object.

Examples

Handling SMO Events

See Also

Reference

EventSetBase Class

Microsoft.SqlServer.Management.Smo Namespace