BrokerPriorityExtender Class
Exposes Service Broker conversation priority methods and properties in addition to the methods and properties of the BrokerPriority object. This class 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
'Deklaracja
<CLSCompliantAttribute(False)> _
Public Class BrokerPriorityExtender
Inherits SmoObjectExtender(Of BrokerPriority)
Implements ISfcValidate
[CLSCompliantAttribute(false)]
public class BrokerPriorityExtender : SmoObjectExtender<BrokerPriority>, ISfcValidate
[CLSCompliantAttribute(false)]
public ref class BrokerPriorityExtender : public SmoObjectExtender<BrokerPriority^>, ISfcValidate
/** @attribute CLSCompliantAttribute(false) */
public class BrokerPriorityExtender extends SmoObjectExtender<BrokerPriority> implements ISfcValidate
CLSCompliantAttribute(false)
public class BrokerPriorityExtender extends SmoObjectExtender<BrokerPriority> implements ISfcValidate
Remarks
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender
Microsoft.SqlServer.Management.Smo.SmoObjectExtender
Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.