Método SfcCollection<T, K, ParentT>.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
Private Sub RemoveElement ( _
sfcInstance As SfcInstance _
) Implements ISfcCollection.RemoveElement
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to remove.
Implementa
ISfcCollection.RemoveElement(SfcInstance)