Freigeben über


Contains-Methode (String)

Determines whether the collection contains an element that has the specified name.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Function Contains ( _
    name As String _
) As Boolean
'Usage
Dim instance As IMetadataCollection
Dim name As String
Dim returnValue As Boolean

returnValue = instance.Contains(name)
bool Contains(
    string name
)
bool Contains(
    String^ name
)
abstract Contains : 
        name:string -> bool 
function Contains(
    name : String
) : boolean

Parameter

Rückgabewert

Typ: System. . :: . .Boolean
true if the collection contains the element; otherwise, false.