ISfcCollection.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 中)

语法

声明
Private Sub Remove ( _
    sfcInstance As SfcInstance _
) Implements ISfcCollection.Remove
用法
Dim instance As SfcCollection
Dim sfcInstance As SfcInstance

CType(instance, ISfcCollection).Remove(sfcInstance)
void ISfcCollection.Remove(
    SfcInstance sfcInstance
)
private:
virtual void Remove(
    SfcInstance^ sfcInstance
) sealed = ISfcCollection::Remove
private abstract Remove : 
        sfcInstance:SfcInstance -> unit 
private override Remove : 
        sfcInstance:SfcInstance -> unit 
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

实现

ISfcCollection. . :: . .Remove(SfcInstance)