Metodo FitsMask
Specifies whether the EventSetBase object fits the specified mask.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
Protected Function FitsMask ( _
mask As EventSetBase _
) As Boolean
'Utilizzo
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
Parametri
- mask
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .EventSetBase
An EventSetBase object that specifies the mask.
Valore restituito
Tipo: 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.