Remove Método (Int32)
Removes the object with the specified ID value from the message collection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
id As Integer _
)
'Uso
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
)
Parámetros
- id
Tipo: System. . :: . .Int32
An Int32 value that specifies the ID value of the MessageCollectionBase object.