BrokerPriorityExtender Class

Exposes Service Broker conversation priority methods and properties in addition to the methods and properties of the BrokerPriority 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 BrokerPriorityExtender _
    Inherits SmoObjectExtender(Of BrokerPriority) _
    Implements ISfcValidate
'Usage
Dim instance As BrokerPriorityExtender
[CLSCompliantAttribute(false)]
public class BrokerPriorityExtender : SmoObjectExtender<BrokerPriority>, 
    ISfcValidate
[CLSCompliantAttribute(false)]
public ref class BrokerPriorityExtender : public SmoObjectExtender<BrokerPriority^>, 
    ISfcValidate
[<CLSCompliantAttribute(false)>]
type BrokerPriorityExtender =  
    class
        inherit SmoObjectExtender<BrokerPriority>
        interface ISfcValidate
    end
public class BrokerPriorityExtender extends SmoObjectExtender<BrokerPriority> 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<BrokerPriority>
    Microsoft.SqlServer.Management.Smo.SmoObjectExtender<BrokerPriority>
      Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender

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.