C# Class Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.RemoveAzureSqlDatabase

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
ProcessWithConnectionContext void
ProcessWithServerName void

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Process the command.

Private Methods

Method Description
ProcessWithConnectionContext ( string databaseName ) : void

Process the request with the connection context

ProcessWithServerName ( string databaseName ) : void

Process the request using a temporary connection context.

Method Details

ExecuteCmdlet() public method

Process the command.
public ExecuteCmdlet ( ) : void
return void