MessageCollectionBase.Remove 方法 (Int32, String)

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Remove ( _
    id As Integer, _
    language As String _
)
用法
Dim instance As MessageCollectionBase 
Dim id As Integer 
Dim language As String

instance.Remove(id, language)
public void Remove(
    int id,
    string language
)
public:
void Remove(
    int id, 
    String^ language
)
member Remove : 
        id:int * 
        language:string -> unit
public function Remove(
    id : int, 
    language : String
)

参数

示例

使用集合

请参阅

参考

MessageCollectionBase 类

Remove 重载

Microsoft.SqlServer.Management.Smo 命名空间