QueueSchema-Eigenschaft

Ruft das Schema für die Warteschlange ab, die der Dienst zum Vorhalten von Nachrichten verwendet, oder legt es fest.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .String
Ein String-Wert, der das Schema der Warteschlange angibt, in der Nachrichten für den Dienst vorgehalten werden.