Metodo ActionCollection.Contains (String)

Determines whether the collection contains the Action object identified by the name parameter.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public Function Contains ( _
    name As String _
) As Boolean
'Utilizzo
Dim instance As ActionCollection 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(name)

Parametri

Valore restituito

Tipo: System.Boolean
Returns True if the collection contains the Action object, otherwise False.

Vedere anche

Riferimento

ActionCollection Classe

Overload Contains

Spazio dei nomi Microsoft.SqlServer.Management.XEvent