Propriedade QueueName
Gets or sets the queue that the service uses to hold messages.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property QueueName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the name of the queue that the service uses to hold messages.
Consulte também