IMetadataCollection<T>.Contains Method (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
Parameters
- name
Type: System.String
The name of the element to locate in the collection.
Return Value
Type: System.Boolean
true if the collection contains the element; otherwise, false.