QueueName プロパティ

サービスがメッセージを保持するために使用するキューを取得します。値の設定も可能です

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property QueueName As String
    Get
    Set
'使用
Dim instance As BrokerService
Dim value As String

value = instance.QueueName

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

プロパティ値

型: System. . :: . .String
サービスがメッセージを保持するために使用するキューの名前を示す String 値です。