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

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

Parameters

Implements

ISfcCollection.RemoveElement(SfcInstance)

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace