Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- mask
Type: Microsoft.SqlServer.Management.Smo.EventSetBase
An EventSetBase object that specifies the mask.
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.