Метод Remove (String)
Removes the first element that has the specified name from the collection.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function Remove ( _
name As String _
) As Boolean
'Применение
Dim instance As IMutableMetadataCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Remove(name)
bool Remove(
string name
)
bool Remove(
String^ name
)
abstract Remove :
name:string -> bool
function Remove(
name : String
) : boolean
Параметры
- name
Тип: System. . :: . .String
The name of the element to remove. This value cannot be a null reference.
Возвращаемое значение
Тип: System. . :: . .Boolean
true if the element is successfully removed; false if the element was not found or if it was not successfully removed from the collection.