Remove 方法 (String)
Removes a MessageTypeMapping object from the collection.
命名空间: Microsoft.SqlServer.Management.Smo.Broker
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Remove ( _
name As String _
)
用法
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
)
参数
- name
类型:System. . :: . .String
A String value that specifies the name of the MessageTypeMapping object that is to be removed from the collection.
注释
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。不保证所有实例成员都是线程安全的。