Remove 方法
Removes the specified object from the referenced collection.
命名空間: Microsoft.SqlServer.Management.Smo.Wmi
組件: Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)
語法
'宣告
Protected Overridable Sub Remove ( _
objname As String _
)
'用途
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
)
參數
- objname
型別:System. . :: . .String
A String value that specifies the name of the object to remove from the collection.