MessageTypeExtender 建構函式 (MessageType)
Initializes a new instance of the MessageTypeExtender class and associates it with an instance of the MessageType class.
命名空間: Microsoft.SqlServer.Management.Smo.Broker
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
messageType As MessageType _
)
'用途
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
)
參數
- messageType
型別:Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageType
A MessageType object that specifies the conversation priority with which this instance of the MessageTypeExtender object is associated.