BrokerPriority.RemoteServiceName Property
Gets or sets the remote service name associated with the BrokerPriority object.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property RemoteServiceName As String
[SfcPropertyAttribute]
public string RemoteServiceName { get; set; }
[SfcPropertyAttribute]
public:
property String^ RemoteServiceName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_RemoteServiceName ()
/** @property */
public void set_RemoteServiceName (String value)
public function get RemoteServiceName () : String
public function set RemoteServiceName (value : String)
Property Value
A String value that specifies the name of a Service Broker service to be used as a criterion for determining if the conversation priority applies to a conversation.
Remarks
If ANY is specified for the remote service name, the conversation priority can be applied to any conversation, regardless of which remote service it uses. If the name of a service is specified, the conversation priority can be applied only to conversations where one of the following is true:
The initiator conversation endpoint is associated with a target service whose name matches RemoteServiceName.
The target conversation endpoint is associated with an initiator service whose name matches RemoteServiceName.
RemoteServiceName must specify a service in the current database. The RemoteServiceName default is ANY.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.