C# 클래스 Google.PowerShell.Sql.GcSqlCmdlet

Base class for Google Cloud SQL-based cmdlets.
상속: GCloudCmdlet
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

공개 메소드들

메소드 설명
GcSqlCmdlet ( ) : System
WaitForSqlOperation ( System.Operation op ) : System.Operation

Library method to wait for an SQL operation to finish.

메소드 상세

GcSqlCmdlet() 공개 메소드

public GcSqlCmdlet ( ) : System
리턴 System

WaitForSqlOperation() 공개 메소드

Library method to wait for an SQL operation to finish.
public WaitForSqlOperation ( System.Operation op ) : System.Operation
op System.Operation /// The SQL operation we want to wait for. ///
리턴 System.Operation