BrokerServiceExtender Class
Exposes Service Broker service methods and properties in addition to the methods and properties of the BrokerService 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 BrokerServiceExtender _
Inherits SmoObjectExtender(Of BrokerService) _
Implements ISfcValidate
'Usage
Dim instance As BrokerServiceExtender
[CLSCompliantAttribute(false)]
public class BrokerServiceExtender : SmoObjectExtender<BrokerService>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class BrokerServiceExtender : public SmoObjectExtender<BrokerService^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type BrokerServiceExtender =
class
inherit SmoObjectExtender<BrokerService>
interface ISfcValidate
end
public class BrokerServiceExtender extends SmoObjectExtender<BrokerService> 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<BrokerService>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<BrokerService>
Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceExtender
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.
See Also