Classe ServiceQueueExtender
Exposes Service Broker queue methods and properties in addition to the methods and properties of the ServiceQueue object.
Cette API n'est pas conforme CLS. L'alternative conforme CLS est .
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<ServiceQueue>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<ServiceQueue>
Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Class ServiceQueueExtender _
Inherits SmoObjectExtender(Of ServiceQueue) _
Implements ISfcValidate
'Utilisation
Dim instance As ServiceQueueExtender
[CLSCompliantAttribute(false)]
public class ServiceQueueExtender : SmoObjectExtender<ServiceQueue>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class ServiceQueueExtender : public SmoObjectExtender<ServiceQueue^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type ServiceQueueExtender =
class
inherit SmoObjectExtender<ServiceQueue>
interface ISfcValidate
end
public class ServiceQueueExtender extends SmoObjectExtender<ServiceQueue> implements ISfcValidate
Le type ServiceQueueExtender expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
ServiceQueueExtender() | Initializes a new instance of the ServiceQueueExtender class. |
![]() |
ServiceQueueExtender(ServiceQueue) | Initializes a new instance of the ServiceQueueExtender class and associates it with an instance of the ServiceQueue class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Name | Gets or sets the name of the conversation priority associated with the ServiceQueueExtender object. |
![]() |
Parent | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
ServerVersion | Gets a Version object describing the version of the server on which the Service Broker queue is implemented. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (hérité de SmoObjectExtender<T>.) |
![]() |
GetPropertySet | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
OnPropertyMetadataChanged | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
parent_PropertyChanged | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
RegisterProperty(PropertyInfo, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
ToString | (hérité de Object.) |
![]() |
Validate | Validates the ServiceQueue associated with this instance. |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
PropertyChanged | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
![]() |
PropertyMetadataChanged | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.) |
Haut de la page
Notes
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.
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.