Udostępnij przez


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)

Składnia

'Deklaracja
Sub RemoveElement ( _
    sfcInstance As SfcInstance _
)
'Użycie
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
)

Parametry