Поделиться через


Метод Remove

Removes the specified object from the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Overrides Function Remove ( _
    obj As T _
) As Boolean
'Применение
Dim instance As SfcCollatedDictionaryCollection
Dim obj As T
Dim returnValue As Boolean

returnValue = instance.Remove(obj)
public override bool Remove(
    T obj
)
public:
virtual bool Remove(
    T obj
) override
abstract Remove : 
        obj:'T -> bool 
override Remove : 
        obj:'T -> bool 
public override function Remove(
    obj : T
) : boolean

Параметры

  • obj
    Тип: T
    The object to remove from the collection.

Возвращаемое значение

Тип: System. . :: . .Boolean
true if the object was successfully removed; false if the object was not successfully removed or if the object was not found in the collection.

Реализует

ICollection< (Of < ( <'T> ) > ) >. . :: . .Remove(T)