C# Class Microsoft.WindowsAzure.Commands.SqlDatabase.Server.Cmdlet.GetAzureSqlDatabaseServer

Inheritance: SqlDatabaseCmdletBase
Exibir arquivo Open project: AzureRT/azure-sdk-tools

Private Properties

Property Type Description
GetAzureSqlDatabaseServersProcess IEnumerable

Protected Methods

Method Description
ProcessRecord ( ) : void

Execute the command.

Private Methods

Method Description
GetAzureSqlDatabaseServersProcess ( string serverName ) : IEnumerable

Retrieves one or more servers in the current subscription.

Method Details

ProcessRecord() protected method

Execute the command.
protected ProcessRecord ( ) : void
return void