AzureSqlServerServiceObjectiveCmdletBase.DatabaseName Property
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.
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