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 命名空間