BrokerPriority Oluşturucusu (ServiceBroker, String)
Yeni bir başlatır örnek , BrokerPriority belirtilen uygulama sınıfı Service Broker ile belirtilen adı.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
Public Sub New ( _
serviceBroker As ServiceBroker, _
name As String _
)
'Kullanım
Dim serviceBroker As ServiceBroker
Dim name As String
Dim instance As New BrokerPriority(serviceBroker, _
name)
public BrokerPriority(
ServiceBroker serviceBroker,
string name
)
public:
BrokerPriority(
ServiceBroker^ serviceBroker,
String^ name
)
new :
serviceBroker:ServiceBroker *
name:string -> BrokerPriority
public function BrokerPriority(
serviceBroker : ServiceBroker,
name : String
)
Parametreler
- serviceBroker
Tür: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker belirleyen uygulaması, bir nesne değeri Service Broker , konuşma öncelik olarak tanımlandığı üzerinde.
- name
Tür: System.String
A String değeri adını belirtirkonuşma öncelik.
Ayrıca bkz.