Metodo SfcCollection<T, K, ParentT>.ISfcCollection.RemoveElement
Removes the specified element from the collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Private Sub RemoveElement ( _
sfcInstance As SfcInstance _
) Implements ISfcCollection.RemoveElement
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to remove.
Implementa
ISfcCollection.RemoveElement(SfcInstance)