Compartir a través de


QueueSchema Propiedad

Obtiene o establece el esquema de la cola que el servicio utiliza para incluir los mensajes.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System. . :: . .String
Valor String que especifica el esquema de la cola que el servicio utiliza para conservar mensajes.