Udostępnij przez


Metoda 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
Sub Remove ( _
    sfcInstance As SfcInstance _
)
'Użycie
Dim instance As ISfcCollection
Dim sfcInstance As SfcInstance

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

Parametry