Свойство AlterCreateServiceStatementBase.QueueName

Gets or sets the queue name (with optional schema name).

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property QueueName As SchemaObjectName 
    Get 
    Set
'Применение
Dim instance As AlterCreateServiceStatementBase 
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 queue name.

См. также

Справочник

AlterCreateServiceStatementBase Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom