Freigeben über


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
Sub RemoveElement ( _
    sfcInstance As SfcInstance _
)
'Usage
Dim instance As ISfcCollection 
Dim sfcInstance As SfcInstance

instance.RemoveElement(sfcInstance)
void RemoveElement(
    SfcInstance sfcInstance
)
void RemoveElement(
    SfcInstance^ sfcInstance
)
abstract RemoveElement : 
        sfcInstance:SfcInstance -> unit
function RemoveElement(
    sfcInstance : SfcInstance
)

Parameter

Siehe auch

Verweis

ISfcCollection Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace