BrokerPriorityExtender Class
SQL Server 2012
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 .
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<BrokerPriority>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<BrokerPriority>
Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<BrokerPriority>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<BrokerPriority>
Microsoft.SqlServer.Management.Smo.Broker.BrokerPriorityExtender
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The BrokerPriorityExtender type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BrokerPriorityExtender() | Initializes a new instance of the BrokerPriorityExtender class. |
![]() | BrokerPriorityExtender(BrokerPriority) | Initializes a new instance of the BrokerPriorityExtender class and associates it with an instance of the BrokerPriority class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the Service Broker conversation priority associated with the BrokerPriorityExtender object. |
![]() | Parent | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Inherited from SmoObjectExtender<T>.) |
![]() | GetPropertySet | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | OnPropertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | parent_PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterProperty(PropertyInfo) | Registers an additional reflected property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterProperty(PropertyInfo, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Performs a validation check on the object. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | PropertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) |

