ISfcCollection.RemoveElement Método
Removes the specified element from the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- sfcInstance
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object to remove.