BrokerPriority.RemoteServiceName 属性

Gets or sets the remote service name associated with the BrokerPriority object.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RemoteServiceName As String 
    Get 
    Set
用法
Dim instance As BrokerPriority 
Dim value As String 

value = instance.RemoteServiceName

instance.RemoteServiceName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string RemoteServiceName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ RemoteServiceName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member RemoteServiceName : string with get, set
function get RemoteServiceName () : String 
function set RemoteServiceName (value : String)

属性值

类型:System.String
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.

注释

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.

请参阅

参考

BrokerPriority 类

Microsoft.SqlServer.Management.Smo.Broker 命名空间