Свойство QueueSchema
Возвращает или задает схему для очереди, которую служба использует для хранения сообщений.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
Get
Set
'Применение
Dim instance As BrokerService
Dim value As String
value = instance.QueueSchema
instance.QueueSchema = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")]
public string QueueSchema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"dbo")]
public:
property String^ QueueSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")>]
member QueueSchema : string with get, set
function get QueueSchema () : String
function set QueueSchema (value : String)
Значение свойства
Тип: System. . :: . .String
Значение типа String, указывающее схему очереди, которую служба использует для хранения сообщений.