Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- serviceContractMapping
Typ: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be added to the collection.
Beispiele
Siehe auch
Verweis
ServiceContractMappingCollection Klasse
Microsoft.SqlServer.Management.Smo.Broker-Namespace