SfcCollection<T, K, ParentT>.ISfcCollection.Remove Method

Removes the specified object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

ISfcCollection.Remove(SfcInstance)