Compartir a través de


MessageCollectionBase.Contains Método (Int32, Int32)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function Contains ( _
    id As Integer, _
    languageId As Integer _
) As Boolean
'Uso
Dim instance As MessageCollectionBase 
Dim id As Integer 
Dim languageId As Integer 
Dim returnValue As Boolean 

returnValue = instance.Contains(id, languageId)
public bool Contains(
    int id,
    int languageId
)
public:
bool Contains(
    int id, 
    int languageId
)
member Contains : 
        id:int * 
        languageId:int -> bool
public function Contains(
    id : int, 
    languageId : int
) : boolean

Parámetros

Valor devuelto

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

Ejemplos

Usar colecciones

Vea también

Referencia

MessageCollectionBase Clase

Sobrecarga de Contains

Espacio de nombres Microsoft.SqlServer.Management.Smo