MessageTypeMappingCollection.Remove Method (MessageTypeMapping)

Removes a MessageTypeMapping object from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    messageTypeMapping As MessageTypeMapping _
)
'Usage
Dim instance As MessageTypeMappingCollection 
Dim messageTypeMapping As MessageTypeMapping

instance.Remove(messageTypeMapping)
public void Remove(
    MessageTypeMapping messageTypeMapping
)
public:
void Remove(
    MessageTypeMapping^ messageTypeMapping
)
member Remove : 
        messageTypeMapping:MessageTypeMapping -> unit
public function Remove(
    messageTypeMapping : MessageTypeMapping
)

Parameters

Remarks

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Examples

Using Collections

See Also

Reference

MessageTypeMappingCollection Class

Remove Overload

Microsoft.SqlServer.Management.Smo.Broker Namespace

Other Resources

Using Collections