Remove 메서드 (Int32)
메시지 컬렉션 개체에서 지정한 ID 값을 가진 개체를 제거합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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
MessageCollectionBase 개체의 ID 값을 지정하는 Int32 값입니다.