ContractName 屬性
Gets or sets the contract name specified for the BrokerPriority object.
命名空間: Microsoft.SqlServer.Management.Smo.Broker
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property ContractName As String
Get
Set
'用途
Dim instance As BrokerPriority
Dim value As String
value = instance.ContractName
instance.ContractName = value
[SfcPropertyAttribute]
public string ContractName { get; set; }
[SfcPropertyAttribute]
public:
property String^ ContractName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ContractName : string with get, set
function get ContractName () : String
function set ContractName (value : String)
屬性值
型別:System. . :: . .String
A String value that specifies the name of a Service Broker contract to be used as a criterion for determining if the conversation priority applies to a conversation.
備註
If ANY is specified for the contract name, the conversation priority can be applied to any conversation, regardless of which contract it uses. If the name of a contract is specified, the conversation priority can be applied only to conversations where the BEGIN DIALOG statement that started the conversation specified ON CONTRACT ContractName. ContractName must specify a contract in the current database.
The ContractName default is ANY.