Konstruktor ServiceQueue (ServiceBroker, String, String)
Inicjuje nowe wystąpienie ServiceQueue klasy dla określonego wystąpienia Service Broker i o określonej nazwie i schematu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
serviceBroker As ServiceBroker, _
name As String, _
schema As String _
)
'Użycie
Dim serviceBroker As ServiceBroker
Dim name As String
Dim schema As String
Dim instance As New ServiceQueue(serviceBroker, _
name, schema)
public ServiceQueue(
ServiceBroker serviceBroker,
string name,
string schema
)
public:
ServiceQueue(
ServiceBroker^ serviceBroker,
String^ name,
String^ schema
)
new :
serviceBroker:ServiceBroker *
name:string *
schema:string -> ServiceQueue
public function ServiceQueue(
serviceBroker : ServiceBroker,
name : String,
schema : String
)
Parametry
- serviceBroker
Typ: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker wartość obiektu, który określa wystąpienie Service Broker o usługa kolejki jest zdefiniowany.
- name
Typ: System.String
A String wartość, która określa nazwę ServiceQueue obiektu.
- schema
Typ: System.String
A String wartość określająca schemat ServiceQueue obiektu.