Freigeben über


MessageCollectionBase.Contains-Methode (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 (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function Contains ( _
    id As Integer, _
    language As String _
) As Boolean
'Usage
Dim instance As MessageCollectionBase 
Dim id As Integer 
Dim language As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id, language)
public bool Contains(
    int id,
    string language
)
public:
bool Contains(
    int id, 
    String^ language
)
member Contains : 
        id:int * 
        language:string -> bool
public function Contains(
    id : int, 
    language : String
) : boolean

Parameter

Rückgabewert

Typ: 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.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

MessageCollectionBase Klasse

Contains-Überladung

Microsoft.SqlServer.Management.Smo-Namespace