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 MessageTypeExtender class and associates it with an instance of the MessageType class.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
messageType As MessageType _
)
'Usage
Dim messageType As MessageType
Dim instance As New MessageTypeExtender(messageType)
public MessageTypeExtender(
MessageType messageType
)
public:
MessageTypeExtender(
MessageType^ messageType
)
new :
messageType:MessageType -> MessageTypeExtender
public function MessageTypeExtender(
messageType : MessageType
)
Parameters
- messageType
Type: Microsoft.SqlServer.Management.Smo.Broker.MessageType
A MessageType object that specifies the conversation priority with which this instance of the MessageTypeExtender object is associated.