QueueName propriété
Gets or sets the queue that the service uses to hold messages.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property QueueName As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the name of the queue that the service uses to hold messages.