Método Contains (Int32, String)

Determines whether an object with the specified ID value and language exists in the message collection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function Contains ( _
    id As Integer, _
    language As String _
) As Boolean
'Uso
Dim instance As MessageCollectionBase
Dim id As Integer
Dim language As String
Dim returnValue As Boolean

returnValue = instance.Contains(id, language)

Parâmetros

Valor de retorno

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the object with the ID value and language exists in the MessageCollectionBase object.
If True, the MessageCollectionBase contains the specified object.
If False, the MessageCollectionBase does not contain the specified object.