Constructeur MessageTypeMapping (ServiceContract, String)
Initializes a new instance of the MessageTypeMapping class for the specified contract and with the specified name.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serviceContract As ServiceContract, _
name As String _
)
'Utilisation
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
)
Paramètres
- 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.