Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the MessageTypeMapping class for the specified contract and with the specified name.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
serviceContract As ServiceContract, _
name As String _
)
'Usage
Dim serviceContract As ServiceContract
Dim name As String
Dim instance As New MessageTypeMapping(serviceContract, _
name)
public MessageTypeMapping(
ServiceContract serviceContract,
string name
)
public:
MessageTypeMapping(
ServiceContract^ serviceContract,
String^ name
)
new :
serviceContract:ServiceContract *
name:string -> MessageTypeMapping
public function MessageTypeMapping(
serviceContract : ServiceContract,
name : String
)
Parameters
- serviceContract
Type: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object that specifies the contract in which the message type is used.
- name
Type: System.String
A String value that specifies the name of the MessageType object.
Examples
Readme_ServiceBrokerConfiguration
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace