Condividi tramite


Proprietà LocalServiceName

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

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property LocalServiceName As String
    Get
    Set
'Utilizzo
Dim instance As BrokerPriority
Dim value As String

value = instance.LocalServiceName

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

Valore proprietà

Tipo: 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.

Osservazioni

If ANY is specified for the local service name, the conversation priority can be applied to any conversation, regardless of which local service it uses. If the name of a service is specified, the conversation priority can be applied only to conversations where either:

  • The initiator conversation endpoint uses an initiator service name that matches LocalServiceName.

  • The target conversation endpoint uses a target service name that matches LocalServiceName.

LocalServiceName must specify a service in the current database. The LocalServiceName default is ANY.