C# Class Google.PowerShell.Sql.GcSqlCmdlet

Base class for Google Cloud SQL-based cmdlets.
Inheritance: GCloudCmdlet
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-powershell

Public Methods

Method Description
GcSqlCmdlet ( ) : System
WaitForSqlOperation ( System.Operation op ) : System.Operation

Library method to wait for an SQL operation to finish.

Method Details

GcSqlCmdlet() public method

public GcSqlCmdlet ( ) : System
return System

WaitForSqlOperation() public method

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. ///
return System.Operation