MessageCollectionBase.Remove メソッド (Int32)
メッセージ コレクション オブジェクトから指定した ID 値のオブジェクトを削除します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub Remove ( _
id As Integer _
)
'使用
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
)
パラメーター
- id
型: System.Int32
MessageCollectionBase オブジェクトの ID 値を示す Int32 値です。