Метод SfcCollection<T, K, ParentT>.ISfcCollection.RemoveElement
Removes the specified element from the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Private Sub RemoveElement ( _
sfcInstance As SfcInstance _
) Implements ISfcCollection.RemoveElement
'Применение
Dim instance As SfcCollection
Dim sfcInstance As SfcInstance
CType(instance, ISfcCollection).RemoveElement(sfcInstance)
void ISfcCollection.RemoveElement(
SfcInstance sfcInstance
)
private:
virtual void RemoveElement(
SfcInstance^ sfcInstance
) sealed = ISfcCollection::RemoveElement
private abstract RemoveElement :
sfcInstance:SfcInstance -> unit
private override RemoveElement :
sfcInstance:SfcInstance -> unit
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- sfcInstance
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to remove.
Реализует
ISfcCollection.RemoveElement(SfcInstance)