Remove 메서드 (Int32)
Removes the object with the specified ID value from the message collection object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub Remove ( _
id As Integer _
)
‘사용 방법
Dim instance As MessageCollectionBase
Dim id As Integer
instance.Remove(id)
public void Remove(
int id
)
public:
void Remove(
int id
)
member Remove :
id:int -> unit
public function Remove(
id : int
)
매개 변수
- id
형식: System. . :: . .Int32
An Int32 value that specifies the ID value of the MessageCollectionBase object.