ISqlServerDnsAliasActionsDefinition.Acquire(String, String) Method

Definition

Acquires server DNS alias from another server.

public void Acquire (string dnsAliasName, string sqlServerId);
abstract member Acquire : string * string -> unit
Public Sub Acquire (dnsAliasName As String, sqlServerId As String)

Parameters

dnsAliasName
String

The name of the Server DNS alias.

sqlServerId
String

The id of the other SQL server that the DNS alias was pointing to.

Applies to