Метод 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)
Синтаксис
'Декларация
Sub Remove ( _
sfcInstance As SfcInstance _
)
'Применение
Dim instance As ISfcCollection
Dim sfcInstance As SfcInstance
instance.Remove(sfcInstance)
void Remove(
SfcInstance sfcInstance
)
void Remove(
SfcInstance^ sfcInstance
)
abstract Remove :
sfcInstance:SfcInstance -> unit
function Remove(
sfcInstance : SfcInstance
)
Параметры
- sfcInstance
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object to remove.
См. также