C# Класс Microsoft.WindowsAzure.Commands.SqlDatabase.SqlDatabaseCmdletBase

The base class for all Microsoft Azure Sql Database Management Cmdlets
Наследование: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
clientRequestId string

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

Метод Описание
GenerateClientTracingId ( ) : string

Generates a client side tracing Id of the format: [Guid]-[Time in UTC]

ValidateSubscription ( AzureSubscription subscription ) : void

Validates that the given subscription is valid.

Защищенные методы

Метод Описание
GetCurrentSqlClient ( ) : Microsoft.WindowsAzure.Management.Sql.SqlManagementClient

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

WriteErrorDetails ( Exception exception ) : void

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

Метод Описание
SqlDatabaseCmdletBase ( ) : System

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

GenerateClientTracingId() публичный статический Метод

Generates a client side tracing Id of the format: [Guid]-[Time in UTC]
public static GenerateClientTracingId ( ) : string
Результат string

GetCurrentSqlClient() защищенный Метод

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.
protected GetCurrentSqlClient ( ) : Microsoft.WindowsAzure.Management.Sql.SqlManagementClient
Результат Microsoft.WindowsAzure.Management.Sql.SqlManagementClient

ValidateSubscription() публичный статический Метод

Validates that the given subscription is valid.
public static ValidateSubscription ( AzureSubscription subscription ) : void
subscription Microsoft.Azure.Commands.Common.Authentication.Models.AzureSubscription The to validate.
Результат void

WriteErrorDetails() защищенный Метод

protected WriteErrorDetails ( Exception exception ) : void
exception System.Exception
Результат void

Описание свойств

clientRequestId защищенное свойство

Stores the per request session Id for all request made in this cmdlet call.
protected string clientRequestId
Результат string