BrokerService.QueueSchema Özelliği
Alır veya şema sıra için ayarlar hizmet iletileri saklamak için kullanır.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.String
A String sıra için şema belirtir değeri, hizmet iletileri saklamak için kullandığı
Ayrıca bkz.