Freigeben über


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

Removes the specified object 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 Remove ( _
    sfcInstance As SfcInstance _
) Implements ISfcCollection.Remove
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Implementiert

ISfcCollection.Remove(SfcInstance)

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace