OrderedCollectionBase<T>.Remove Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public bool Remove(string name);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (name As String) As Boolean
Parameters
- name
- String
Returns
Implements
Applies to
Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Produkt | Versiounen |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0 |
C#
public bool Remove(T item);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
Public Function Remove (item As T) As Boolean
Parameters
- item
- T
Returns
Implements
Applies to
Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Produkt | Versiounen |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0 |