MessageTypeMappingCollection.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.
주의
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
예
참고 항목
참조
MessageTypeMappingCollection 클래스
Microsoft.SqlServer.Management.Smo.Broker 네임스페이스