Método ISfcCollection.RemoveElement

Removes the specified element 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 RemoveElement ( _
    sfcInstance As SfcInstance _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ISfcCollection Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc