Compartilhar via


Método Remove

Removes the specified object from the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Sub Remove ( _
    sfcInstance As SfcInstance _
)
'Uso
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
)

Parâmetros