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