Metoda ISfcCollection.RemoveElement
Usuwa określony element 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)
Syntax
'Deklaracja
Private Sub RemoveElement ( _
sfcInstance As SfcInstance _
) Implements ISfcCollection.RemoveElement
'Użycie
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
- sfcInstance
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
SfcInstance Obiektu do usunięcia.