Compartilhar via


Propriedade do RDL QueueSchema

Obtém ou define o esquema da fila que o serviço usa para reter mensagens.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
Um valor String que especifica o esquema da fila que o serviço usa para reter mensagens.