Udostępnij za pośrednictwem


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

Usuwa określony obiekt z kolekcja.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Private Sub Remove ( _
    sfcInstance As SfcInstance _
) Implements ISfcCollection.Remove
'Użycie
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 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Parametry

Implementacje

ISfcCollection.Remove(SfcInstance)