ServiceContractMappingCollection.Add Method
Adds a ServiceContractMapping object to the collection.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
serviceContractMapping As ServiceContractMapping _
)
'Usage
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
)
Parameters
- serviceContractMapping
Type: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be added to the collection.
Examples
See Also
Reference
ServiceContractMappingCollection Class
Microsoft.SqlServer.Management.Smo.Broker Namespace