C# 클래스 Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.StartAzureSqlDatabaseExport

상속: SqlDatabaseCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
ExportSqlAzureDatabaseProcess Microsoft.WindowsAzure.Commands.SqlDatabase.Services.ImportExport.ImportExportRequest

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Process the export request

비공개 메소드들

메소드 설명
ExportSqlAzureDatabaseProcess ( string serverName, Uri blobUri, string storageAccessKey, string fullyQualifiedServerName, string databaseName, Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials sqlCredentials ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Services.ImportExport.ImportExportRequest

Performs the call to export database using the server data service context channel.

메소드 상세

ExecuteCmdlet() 공개 메소드

Process the export request
public ExecuteCmdlet ( ) : void
리턴 void