ISqlServerDnsAliasActionsDefinition.Acquire(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET