Partager via


Classe ServiceQueue

The ServiceQueue object represents a queue that stores Service Broker messages.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase
            Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue

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

Syntaxe

'Déclaration
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.Broker.BrokerLocalizableResources",  _
    True)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class ServiceQueue _
    Inherits ScriptSchemaObjectBase _
    Implements ISfcSupportsDesignMode, IObjectPermission, IExtendedProperties, ICreatable,  _
    IAlterable, IDroppable, IScriptable
'Utilisation
Dim instance As ServiceQueue
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.Broker.BrokerLocalizableResources", 
    true)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute]
public sealed class ServiceQueue : ScriptSchemaObjectBase, 
    ISfcSupportsDesignMode, IObjectPermission, IExtendedProperties, ICreatable, IAlterable, 
    IDroppable, IScriptable
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.Broker.BrokerLocalizableResources", 
    true)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute]
public ref class ServiceQueue sealed : public ScriptSchemaObjectBase, 
    ISfcSupportsDesignMode, IObjectPermission, IExtendedProperties, ICreatable, IAlterable, 
    IDroppable, IScriptable
[<SealedAttribute>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.Broker.BrokerLocalizableResources", 
    true)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type ServiceQueue =  
    class 
        inherit ScriptSchemaObjectBase 
        interface ISfcSupportsDesignMode 
        interface IObjectPermission 
        interface IExtendedProperties 
        interface ICreatable 
        interface IAlterable 
        interface IDroppable 
        interface IScriptable 
    end
public final class ServiceQueue extends ScriptSchemaObjectBase implements ISfcSupportsDesignMode, IObjectPermission, IExtendedProperties, ICreatable, IAlterable, IDroppable, IScriptable

Le type ServiceQueue expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ServiceQueue() Initializes a new instance of the ServiceQueue class.
Méthode publique ServiceQueue(ServiceBroker, String) Initializes a new instance of the ServiceQueue class on the specified instance of Service Broker and with the specified name.
Méthode publique ServiceQueue(ServiceBroker, String, String) Initializes a new instance of the ServiceQueue class on the specified instance of Service Broker and with the specified name and schema.

Haut de la page

Propriétés

  Nom Description
Propriété publique ActivationExecutionContext Gets or sets the execution context for the activated procedure.
Propriété publique CreateDate Gets the date and time when the service queue was created.
Propriété publique DateLastModified Gets the date and time when the service queue was last modified.
Propriété publique Events Gets the events associated with the service queue.
Propriété publique ExecutionContextPrincipal Gets or sets the server principal for the activated procedure.
Propriété publique ExtendedProperties Gets the extended properties of the ServiceQueue object.
Propriété publique FileGroup Gets or sets the filegroup on which the service queue is located.
Propriété publique ID Gets the ID value that uniquely identifies the service queue.
Propriété publique IsActivationEnabled Gets or sets the Boolean property that specifies whether activation is enabled for the service queue.
Propriété publique IsEnqueueEnabled Gets or sets the Boolean property that specifies whether the queue is enabled.
Propriété publique IsPoisonMessageHandlingEnabled Gets or sets a Boolean property that specifies whether automatic poison message handling is active for the Service Broker queue.
Propriété publique IsRetentionEnabled Gets or sets the Boolean property that specifies whether the retention is enabled for the service queue.
Propriété publique IsSystemObject Gets a value that indicates whether the ServiceQueue is a system object.
Propriété publique MaxReaders Gets or sets the maximum number of concurrent queue readers.
Propriété publique Name Gets or sets the String containing the name of the ServiceQueue (remplace ScriptSchemaObjectBase.Name.)
Propriété publique Parent Gets or sets the ServiceBroker object that is the parent of the ServiceQueue object.
Propriété publique ProcedureDatabase Gets or sets the database that contains the executing procedure.
Propriété publique ProcedureName Gets or sets the name of the executing procedure.
Propriété publique ProcedureSchema Gets or sets the schema of the executing procedure.
Propriété publique Properties Gets a collection of Property objects that represent the object properties. (hérité de SqlSmoObject.)
Propriété publique RowCount Gets the number of rows in the service queue.
Propriété publique RowCountAsDouble Gets the number of rows in the service queue as a double floating point value.
Propriété publique Schema Gets or sets the String containing the name of the Schema associated with the ServiceQueue (remplace ScriptSchemaObjectBase.Schema.)
Propriété publique State Gets the state of the referenced object. (hérité de SmoObjectBase.)
Propriété publique Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (hérité de SqlSmoObject.)
Propriété publique UserData Gets or sets user-defined data associated with the referenced object. (hérité de SmoObjectBase.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Alter Updates any ServiceQueue object property changes on the instance of SQL Server. 
Méthode publique Create Creates a service queue on the instance of SQL Server as defined by the ServiceQueue object.
Méthode publique Deny(ObjectPermissionSet, String) Denies access to the specified permission for the specified grantee on the service queue.
Méthode publique Deny(ObjectPermissionSet, array<String[]) Denies access to the specified permission for the specified grantees on the service queue.
Méthode publique Deny(ObjectPermissionSet, String, Boolean) Denies access to the specified permission for the specified grantee and other users who the grantee granted access to on the service queue.
Méthode publique Deny(ObjectPermissionSet, array<String[], Boolean) Denies access to the specified permission for the specified grantees on the service queue.
Méthode publique Discover Discovers a list of type Object. (hérité de SqlSmoObject.)
Méthode publique Drop Removes the service queue.
Méthode publique EnumObjectPermissions() Enumerates a list of object permissions for the service queue.
Méthode publique EnumObjectPermissions(String) Enumerates a list of object permissions for a specified grantee on the service queue.
Méthode publique EnumObjectPermissions(ObjectPermissionSet) Enumerates a list of object permissions for a specified permission on the service queue.
Méthode publique EnumObjectPermissions(String, ObjectPermissionSet) Enumerates a list of object permissions for a specified grantee and a specified permission on the service queue.
Méthode publique Equals (hérité de Object.)
Méthode protégée FormatSqlVariant Formats an object as SqlVariant type. (hérité de SqlSmoObject.)
Méthode protégée GetContextDB Gets the context database that is associated with this object. (hérité de SqlSmoObject.)
Méthode protégée GetDBName Gets the database name that is associated with the object. (hérité de SqlSmoObject.)
Méthode publique GetHashCode (hérité de Object.)
Méthode protégée GetPropValue Gets a property value of the SqlSmoObject object. (hérité de SqlSmoObject.)
Méthode protégée GetPropValueOptional Gets a property value of the SqlSmoObject object. (hérité de SqlSmoObject.)
Méthode protégée GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (hérité de SqlSmoObject.)
Méthode protégée GetServerObject Gets the server of the SqlSmoObject object. (hérité de SqlSmoObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique Grant(ObjectPermissionSet, String) Grants access to the specified permission for the specified grantee on the service queue.
Méthode publique Grant(ObjectPermissionSet, array<String[]) Grants access to the specified permission for the specified grantees on the service queue.
Méthode publique Grant(ObjectPermissionSet, String, Boolean) Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service queue.
Méthode publique Grant(ObjectPermissionSet, array<String[], Boolean) Grants access to the specified permission and the ability to grant access to other users for the specified grantees on the service queue.
Méthode publique Grant(ObjectPermissionSet, String, Boolean, String) Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service queue.
Méthode publique Grant(ObjectPermissionSet, array<String[], Boolean, String) Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the service queue under an assumed role.
Méthode publique Initialize() Initializes the object and forces the properties be loaded. (hérité de SqlSmoObject.)
Méthode publique Initialize(Boolean) Initializes the object and forces the properties be loaded. (hérité de SqlSmoObject.)
Méthode protégée IsObjectInitialized Verifies whether the object has been initialized. (hérité de SqlSmoObject.)
Méthode protégée IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (hérité de SqlSmoObject.)
Méthode publique Refresh Refreshes the script name. (hérité de ScriptNameObjectBase.)
Méthode publique Revoke(ObjectPermissionSet, String) Revokes previously granted permissions from a grantee on the service queue.
Méthode publique Revoke(ObjectPermissionSet, array<String[]) Revokes previously granted permissions from a list of grantees on the service queue.
Méthode publique Revoke(ObjectPermissionSet, String, Boolean, Boolean) Revokes previously granted permissions from a grantee on the service queue and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access.
Méthode publique Revoke(ObjectPermissionSet, array<String[], Boolean, Boolean) Revokes previously granted permissions from grantees on the service queue and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.
Méthode publique Revoke(ObjectPermissionSet, String, Boolean, Boolean, String) Revokes previously granted permissions from a grantee on the service queue and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.
Méthode publique Revoke(ObjectPermissionSet, array<String[], Boolean, Boolean, String) Revokes previously granted permissions from grantees on the service queue and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access under an assumed role.
Méthode publique Script() Generates a Transact-SQL script that can be used to re-create the Service Broker service queue.
Méthode publique Script(ScriptingOptions) Generates a Transact-SQL script that can be used to create the Service Broker service queue as specified by the scripting options.
Méthode protégée SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (hérité de SqlSmoObject.)
Méthode publique ToString Returns a String that represents the referenced object. (hérité de SqlSmoObject.)
Méthode publique Validate Validates the state of an object. (hérité de SmoObjectBase.)

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged Represents the event that occurs when a property is changed. (hérité de SqlSmoObject.)
Événement public PropertyMetadataChanged Represents the event that occurs when property metadata changes. (hérité de SqlSmoObject.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IAlienObject.Discover Discovers any dependencies. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.GetDomainRoot Returns the root of the domain. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.GetParent Gets the parent of this object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.GetPropertyType Gets the type of the specified property. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.GetPropertyValue Gets the value of the specified property. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée IAlienObject.SetPropertyValue Sets the property value. (hérité de SqlSmoObject.)
Implémentation d'interface expliciteMéthode privée ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (hérité de SqlSmoObject.)
Implémentation d'interface explicitePropriété privée ISfcSupportsDesignMode.IsDesignMode Gets or sets a property that specifies whether the object is open in design mode. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..

Haut de la page

Notes

The ServiceQueue object provides asynchronous communication between services. It also provides other benefits, such as automatically locking messages in the same conversation group.

To get ServiceQueue object properties, users can be a member of the public fixed server role.

To set ServiceQueue object properties, users must be a member of the db_ddladmin or db_owner fixed database roles, or be a member of the sysadmin fixed server role. The user also requires REFERENCES permission on the specified schema.

To create a service queue, users must be a member of the db_ddladmin or db_owner fixed database roles, or be a member of the sysadmin fixed server role. The user also requires REFERENCES permission on the specified schema.

To drop a service queue, users must be a member of the db_ddladmin or db_owner fixed database roles, or be a member of the sysadmin fixed server role. The user also requires REFERENCES permission on the specified schema.

To receive a message, users must have RECEIVE permission on the service queue.

To grant, deny, or revoke permissions on the message type to other users, users must have CONTROL permission on the service queue.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Exemples

CREATE QUEUE (Transact-SQL)

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Développement (Service Broker)

Gestion de Service Broker

Vue d'ensemble (Service Broker)

CREATE QUEUE (Transact-SQL)