Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the name of the queue from which to get the conversation group.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property Queue As SchemaObjectName
Get
Set
'Применение
Dim instance As GetConversationGroupStatement
Dim value As SchemaObjectName
value = instance.Queue
instance.Queue = value
public SchemaObjectName Queue { get; set; }
public:
property SchemaObjectName^ Queue {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member Queue : SchemaObjectName with get, set
function get Queue () : SchemaObjectName
function set Queue (value : SchemaObjectName)
Значение свойства
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The name of the queue.