Condividi tramite


Metodo Remove

Removes the specified object from the referenced collection.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Protected Overridable Sub Remove ( _
    objname As String _
)
'Utilizzo
Dim objname As String

Me.Remove(objname)
protected virtual void Remove(
    string objname
)
protected:
virtual void Remove(
    String^ objname
)
abstract Remove : 
        objname:string -> unit 
override Remove : 
        objname:string -> unit 
protected function Remove(
    objname : String
)

Parametri