C# Класс Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.RemoveAzureSqlDatabase

Наследование: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ProcessWithConnectionContext void
ProcessWithServerName void

Открытые методы

Метод Описание
ExecuteCmdlet ( ) : void

Process the command.

Приватные методы

Метод Описание
ProcessWithConnectionContext ( string databaseName ) : void

Process the request with the connection context

ProcessWithServerName ( string databaseName ) : void

Process the request using a temporary connection context.

Описание методов

ExecuteCmdlet() публичный Метод

Process the command.
public ExecuteCmdlet ( ) : void
Результат void