Remove 메서드
Removes the specified object from the referenced collection.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
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.