Поделиться через


Метод FitsMask

Specifies whether the EventSetBase object fits the specified mask.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Protected Function FitsMask ( _
    mask As EventSetBase _
) As Boolean
'Применение
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

Параметры

Возвращаемое значение

Тип: 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.