Share via


ServiceContractMappingCollection.Remove 메서드 (ServiceContractMapping)

Removes a ServiceContractMapping object from the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Remove ( _
    serviceContractMapping As ServiceContractMapping _
)
‘사용 방법
Dim instance As ServiceContractMappingCollection 
Dim serviceContractMapping As ServiceContractMapping

instance.Remove(serviceContractMapping)
public void Remove(
    ServiceContractMapping serviceContractMapping
)
public:
void Remove(
    ServiceContractMapping^ serviceContractMapping
)
member Remove : 
        serviceContractMapping:ServiceContractMapping -> unit
public function Remove(
    serviceContractMapping : ServiceContractMapping
)

매개 변수

컬렉션 사용

참고 항목

참조

ServiceContractMappingCollection 클래스

Remove 오버로드

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스

관련 자료

컬렉션 사용