MessageTypeMappingCollection.Remove Method (String)
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 ( _
name As String _
)
'Usage
Dim instance As MessageTypeMappingCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
public:
void Remove(
String^ name
)
member Remove :
name:string -> unit
public function Remove(
name : String
)
Parameters
- name
Type: System.String
A String value that specifies the name of the MessageTypeMapping object that is to be removed from the collection.
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
See Also
Reference
MessageTypeMappingCollection Class
Microsoft.SqlServer.Management.Smo.Broker Namespace