Sdílet prostřednictvím


ImportExportCmdletBase.StorageUri Property

Definition

Gets or sets the blob URI of the .bacpac file

[System.Management.Automation.Parameter(HelpMessage="The blob URI of the .bacpac file", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri StorageUri { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The blob URI of the .bacpac file", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.StorageUri : Uri with get, set
Public Property StorageUri As Uri

Property Value

Uri
Attributes

Applies to