OrderedCollectionBase<T>.Remove Method (String)

Removes the element that has the specified name from the collection.

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

Syntax

'Declaration
Public Function Remove ( _
    name As String _
) As Boolean
'Usage
Dim instance As OrderedCollectionBase 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.Remove(name)
public bool Remove(
    string name
)
public:
virtual bool Remove(
    String^ name
) sealed
abstract Remove : 
        name:string -> bool  
override Remove : 
        name:string -> bool
public final function Remove(
    name : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the element is successfully removed; otherwise, false.

Implements

IMutableMetadataCollection<T>.Remove(String)

See Also

Reference

OrderedCollectionBase<T> Class

Remove Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace