共用方式為


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.