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 네임스페이스