ServiceQueueExtender Class
Exposes Service Broker queue methods and properties in addition to the methods and properties of the ServiceQueue object.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ServiceQueueExtender _
Inherits SmoObjectExtender(Of ServiceQueue) _
Implements ISfcValidate
'Usage
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
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
SfcObjectExtender<ServiceQueue>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<ServiceQueue>
Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueExtender
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.