Конструктор MessageTypeMapping (ServiceContract, String, MessageSource)
Initializes a new instance of the MessageTypeMapping class for the specified contract and with the specified name and message source.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
servicecontract As ServiceContract, _
messageName As String, _
messageSource As MessageSource _
)
'Применение
Dim servicecontract As ServiceContract
Dim messageName As String
Dim messageSource As MessageSource
Dim instance As New MessageTypeMapping(servicecontract, _
messageName, messageSource)
public MessageTypeMapping(
ServiceContract servicecontract,
string messageName,
MessageSource messageSource
)
public:
MessageTypeMapping(
ServiceContract^ servicecontract,
String^ messageName,
MessageSource messageSource
)
new :
servicecontract:ServiceContract *
messageName:string *
messageSource:MessageSource -> MessageTypeMapping
public function MessageTypeMapping(
servicecontract : ServiceContract,
messageName : String,
messageSource : MessageSource
)
Параметры
- servicecontract
Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object that specifies the contract in which the message type is used.
- messageName
Тип: System.String
A String value that specifies the name of the MessageType object.
- messageSource
Тип: Microsoft.SqlServer.Management.Smo.Broker.MessageSource
A MessageSource object value that specifies which dialog sent the message type.
Примеры
Readme_ServiceBrokerConfiguration
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker
Другие ресурсы
Общие сведения (компонент Service Broker)