Класс BrokerPriorityExtender
Exposes Service Broker conversation priority methods and properties in addition to the methods and properties of the BrokerPriority object.
Этот API-интерфейс несовместим с CLS. В качестве CLS-совместимой альтернативы можно использовать [false].
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'BrokerPriority> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'BrokerPriority> ) > ) >
Microsoft.SqlServer.Management.Smo.Broker..::..BrokerPriorityExtender
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<CLSCompliantAttribute(False)> _
Public Class BrokerPriorityExtender _
Inherits SmoObjectExtender(Of BrokerPriority) _
Implements ISfcValidate
'Применение
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
Тип BrokerPriorityExtender обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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 | Gets or sets the name of the Service Broker conversation priority associated with the BrokerPriorityExtender object. | |
Parent | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Производный от SmoObjectExtender< (Of < ( <'T> ) > ) >.) | |
GetPropertySet | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
OnPropertyMetadataChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
RegisterProperty(PropertyInfo, String) | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
ToString | (Производный от Object.) | |
Validate | Performs a validation checks on the object. |
В начало
События
Имя | Описание | |
---|---|---|
PropertyChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
PropertyMetadataChanged | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.