MessageTypeExtender Class

Exposes Service Broker message type methods and properties in addition to the methods and properties of the MessageType object.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class MessageTypeExtender _
    Inherits SmoObjectExtender(Of MessageType) _
    Implements ISfcValidate
'Usage
Dim instance As MessageTypeExtender
[CLSCompliantAttribute(false)]
public class MessageTypeExtender : SmoObjectExtender<MessageType>, 
    ISfcValidate
[CLSCompliantAttribute(false)]
public ref class MessageTypeExtender : public SmoObjectExtender<MessageType^>, 
    ISfcValidate
[<CLSCompliantAttribute(false)>]
type MessageTypeExtender =  
    class
        inherit SmoObjectExtender<MessageType>
        interface ISfcValidate
    end
public class MessageTypeExtender extends SmoObjectExtender<MessageType> implements ISfcValidate

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

System.Object
  SfcObjectExtender<MessageType>
    Microsoft.SqlServer.Management.Smo.SmoObjectExtender<MessageType>
      Microsoft.SqlServer.Management.Smo.Broker.MessageTypeExtender

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.