共用方式為


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 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

實作

ISfcCollection. . :: . .RemoveElement(SfcInstance)