Właściwość BrokerService.QueueSchema
Pobiera lub ustawia schematu dla kolejki, usługa jest używany do przechowywania wiadomości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość określająca schematu dla kolejki, usługa jest używany do przechowywania wiadomości.
Zobacz także