Compartir a través de


BrokerService.QueueSchema Propiedad

Gets or sets the schema for the queue that the service uses to hold messages.

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
A String value that specifies the schema for the queue that the service uses to hold messages.

Ejemplos

Readme_ServiceBrokerConfiguration

Vea también

Referencia

BrokerService Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Desarrollo (Service Broker)

Administrar Service Broker

Información general (Service Broker)