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 .
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans 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
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 sûrs.
Hiérarchie d'héritage
System. . :: . .Object
SfcObjectExtender< (Of < ( <'ServiceQueue> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'ServiceQueue> ) > ) >
Microsoft.SqlServer.Management.Smo.Broker..::..ServiceQueueExtender
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi