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

AzureSqlServerServiceObjectiveCmdletBase.DatabaseName Property

Definition

Caution

This parameter is not needed or used. It will be removed in the next breaking change release.

[System.Management.Automation.Parameter(DontShow=true, HelpMessage="SQL Database name.", Mandatory=false, Position=2, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Obsolete("This parameter is not needed or used. It will be removed in the next breaking change release.")]
public string DatabaseName { get; set; }
[<System.Management.Automation.Parameter(DontShow=true, HelpMessage="SQL Database name.", Mandatory=false, Position=2, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Obsolete("This parameter is not needed or used. It will be removed in the next breaking change release.")>]
member this.DatabaseName : string with get, set
Public Property DatabaseName As String

Property Value

Attributes

Applies to