xSQL.Schema.SqlServer Namespace : SqlBrokerQueue Class |
For a list of all members of this type, see SqlBrokerQueue members.
Name | Description | |
---|---|---|
![]() | ActivationProcedureDatabase | Gets or sets the database on which the activation procedure resides. |
![]() | ActivationProcedureExecutionContext | Gets or sets the activation procedure execution context. |
![]() | ActivationProcedureExecutionPrincipal | gets or sets the activation procedure execution principal. |
![]() | ActivationProcedureName | Gets or sets the name of the activation procedure. |
![]() | ActivationProcedureSchema | Gets or sets the schema of the activation procedure. |
![]() | FileGroup | Gets or sets the filegroup on which the queue is created. |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Gets the delimited full name for the entity formatted as [schema].[name]. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingName | Gets the fully-qualifying name for the entity. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingNameDelimited | Gets the fully-qualifying name for the entity with delimiters. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | IsActivationProcedureEnabled | Gets or sets the value that indicates whether the activation procedure assigned to the queue is active. |
![]() | IsEnqueueEnabled | Gets or sets the value that indicates whether the queue is enabled. |
![]() | IsPoisonMessageHandlingEnabled | Gets or sets the value that indicates whether the poison message handling is enabled for the queue. |
![]() | IsReceiveEnabled | Gets or sets the value that indicates whether the queue can receive message. |
![]() | IsRetentionEnabled | Gets or sets the value that indicates whether the queue retention is enabled. |
![]() | IsSystemQueue | Gets or sets the value that indicates whether the queue is a system queue supplied with SQL Server. |
![]() | MaxReaders | Gets or sets the max number of activation procedure that the queue can start at one time. |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
![]() | SqlDatabase | Gets the SqlEntity.SqlDatabase to which the entity belongs. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | SqlEntityType | Gets the type of the entity. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | SqlExtendedProperties | Gets the collection of extended properties that belong to the queue. |
![]() | SqlPermissions | Gets the collection of permission assigned to the queue. |