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