SqlStatisticsPublisher.AddConfiguration Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AddConfiguration(String, String, String, IPAddress) |
Добавляет параметры конфигурации |
AddConfiguration(String, Boolean, String, SiloAddress, IPEndPoint, String) |
Добавляет параметры конфигурации |
AddConfiguration(String, String, String, IPAddress)
Добавляет параметры конфигурации
public void AddConfiguration (string deployment, string hostName, string client, System.Net.IPAddress address);
public void AddConfiguration (string clusterId, string hostName, string client, System.Net.IPAddress address);
abstract member AddConfiguration : string * string * string * System.Net.IPAddress -> unit
override this.AddConfiguration : string * string * string * System.Net.IPAddress -> unit
abstract member AddConfiguration : string * string * string * System.Net.IPAddress -> unit
override this.AddConfiguration : string * string * string * System.Net.IPAddress -> unit
Public Sub AddConfiguration (deployment As String, hostName As String, client As String, address As IPAddress)
Public Sub AddConfiguration (clusterId As String, hostName As String, client As String, address As IPAddress)
Параметры
- deploymentclusterId
- String
Идентификатор развертывания
- hostName
- String
Имя узла
- client
- String
Идентификатор клиента
- address
- IPAddress
IP-адрес
Реализации
Применяется к
AddConfiguration(String, Boolean, String, SiloAddress, IPEndPoint, String)
Добавляет параметры конфигурации
public void AddConfiguration (string deployment, bool silo, string siloId, Orleans.Runtime.SiloAddress address, System.Net.IPEndPoint gatewayAddress, string hostName);
public void AddConfiguration (string clusterId, bool silo, string siloId, Orleans.Runtime.SiloAddress address, System.Net.IPEndPoint gatewayAddress, string hostName);
abstract member AddConfiguration : string * bool * string * Orleans.Runtime.SiloAddress * System.Net.IPEndPoint * string -> unit
override this.AddConfiguration : string * bool * string * Orleans.Runtime.SiloAddress * System.Net.IPEndPoint * string -> unit
abstract member AddConfiguration : string * bool * string * Orleans.Runtime.SiloAddress * System.Net.IPEndPoint * string -> unit
override this.AddConfiguration : string * bool * string * Orleans.Runtime.SiloAddress * System.Net.IPEndPoint * string -> unit
Public Sub AddConfiguration (deployment As String, silo As Boolean, siloId As String, address As SiloAddress, gatewayAddress As IPEndPoint, hostName As String)
Public Sub AddConfiguration (clusterId As String, silo As Boolean, siloId As String, address As SiloAddress, gatewayAddress As IPEndPoint, hostName As String)
Параметры
- deploymentclusterId
- String
Идентификатор развертывания
- silo
- Boolean
Имя silo
- siloId
- String
Идентификатор Silo
- address
- SiloAddress
Адрес Silo
- gatewayAddress
- IPEndPoint
Адрес шлюза клиента
- hostName
- String
Имя узла