Partager via


Propriété QueueSchema

Obtient ou définit le schéma pour la file d'attente que le service utilise pour conserver des messages.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
Valeur String qui spécifie le schéma pour la file d'attente que le service utilise pour conserver des messages.