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

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

Private Properties

프로퍼티 타입 설명
GetAzureSqlDatabaseImportExportStatusProcess IEnumerable

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Process the export request

비공개 메소드들

메소드 설명
GetAzureSqlDatabaseImportExportStatusProcess ( string serverName, string fullyQualifiedServerName, string userName, string password, string requestId ) : IEnumerable

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

메소드 상세

ExecuteCmdlet() 공개 메소드

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