Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the conversation priority ID associated with the BrokerPriority object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer
Get
'Применение
Dim instance As BrokerPriority
Dim value As Integer
value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int
Значение свойства
Тип: System.Int32
An Int32 value that uniquely identifies the conversation priority within the database.
Примеры
CREATE BROKER PRIORITY (Transact-SQL)
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker
Другие ресурсы
Управление приоритетом диалогов
Устранение неполадок с приоритетами диалогов
Разработка (компонент Service Broker)