C# Class Google.PowerShell.Sql.GcSqlCmdlet

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

Méthodes publiques

Méthode Description
GcSqlCmdlet ( ) : System
WaitForSqlOperation ( System.Operation op ) : System.Operation

Library method to wait for an SQL operation to finish.

Method Details

GcSqlCmdlet() public méthode

public GcSqlCmdlet ( ) : System
Résultat System

WaitForSqlOperation() public méthode

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. ///
Résultat System.Operation