QueueSchema 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property QueueSchema As String
    Get
    Set
用法
Dim instance As BrokerService
Dim value As String

value = instance.QueueSchema

instance.QueueSchema = value
[SfcPropertyAttribute]
public string QueueSchema { get; set; }
[SfcPropertyAttribute]
public:
property String^ QueueSchema {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member QueueSchema : string with get, set
function get QueueSchema () : String
function set QueueSchema (value : String)

属性值

类型:System. . :: . .String
A String value that specifies the schema for the queue that the service uses to hold messages.