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

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

Private Properties

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

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

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

Process the command.

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

Метод Описание
ProcessWithConnectionContext ( int maxSizeGb, long maxSizeBytes ) : void

Process the request using the connection context.

ProcessWithServerName ( int maxSizeGb, long maxSizeBytes ) : void

Process the request using the server name

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

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

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