Método Remove (Int32)

Removes the object with the specified ID value from the message collection object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    id As Integer _
)
'Uso
Dim instance As MessageCollectionBase
Dim id As Integer

instance.Remove(id)

Parâmetros