Метод Remove (Int32)
Removes the object with the specified ID value from the message collection object.
Пространство имен: 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
An Int32 value that specifies the ID value of the MessageCollectionBase object.