MessageTypeExtender Constructor (MessageType)
Initializes a new instance of the MessageTypeExtender class and associates it with an instance of the MessageType class. This constructor is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
messageType As MessageType _
)
public MessageTypeExtender (
MessageType messageType
)
public:
MessageTypeExtender (
MessageType^ messageType
)
public MessageTypeExtender (
MessageType messageType
)
public function MessageTypeExtender (
messageType : MessageType
)
Parameters
- messageType
A MessageType object that specifies the conversation priority with which this instance of the MessageTypeExtender object is associated.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.