Remove méthode
Removes the specified object from the referenced collection.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Protected Overridable Sub Remove ( _
objname As String _
)
'Utilisation
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
)
Paramètres
- objname
Type : System. . :: . .String
A String value that specifies the name of the object to remove from the collection.
Voir aussi