Freigeben über


SfcCollection<T, K, ParentT>.ISfcCollection.RemoveElement-Methode

Removes the specified element from the collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Private Sub RemoveElement ( _
    sfcInstance As SfcInstance _
) Implements ISfcCollection.RemoveElement
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Implementiert

ISfcCollection.RemoveElement(SfcInstance)

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace