Aracılığıyla paylaş


MessageCollectionBase.Remove Method (Int32)

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

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

Syntax

'Bildirim
Public Sub Remove ( _
    id As Integer _
)
'Kullanım
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
)

Parameters

Examples

Using Collections

See Also

Reference

MessageCollectionBase Class

Remove Overload

Microsoft.SqlServer.Management.Smo Namespace