Поделиться через


Метод Add

Adds a ServiceContractMapping object to the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Add ( _
    serviceContractMapping As ServiceContractMapping _
)
'Применение
Dim instance As ServiceContractMappingCollection
Dim serviceContractMapping As ServiceContractMapping

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

Параметры