你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerAdministratorProperties Constructors

Definition

Overloads

ServerAdministratorProperties()

Initializes a new instance of the ServerAdministratorProperties class.

ServerAdministratorProperties(Guid)

Initializes a new instance of the ServerAdministratorProperties class with required arguments.

ServerAdministratorProperties()

Initializes a new instance of the ServerAdministratorProperties class.

public ServerAdministratorProperties ();
Public Sub New ()

Applies to

ServerAdministratorProperties(Guid)

Initializes a new instance of the ServerAdministratorProperties class with required arguments.

public ServerAdministratorProperties (Guid tenantId);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorProperties : Guid -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorProperties
Public Sub New (tenantId As Guid)

Parameters

tenantId
Guid

Applies to