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

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
ProcessWithConnectionContext void
ProcessWithServerName void

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Process the command.

Private Methods

Méthode 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 méthode

Process the command.
public ExecuteCmdlet ( ) : void
Résultat void