ImportExportCmdletBase.AdministratorLogin Property

Definition

Gets or sets the name of the SQL administrator

[System.Management.Automation.Parameter(HelpMessage="The Azure SQL Server administrator login username", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string AdministratorLogin { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The Azure SQL Server administrator login username", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.AdministratorLogin : string with get, set
Public Property AdministratorLogin As String

Property Value

Attributes

Applies to