コード例 #1
0
 /// <summary>
 /// Deletes this routine.
 /// This method just creates a <see cref="RoutineReference"/> and delegates to <see cref="BigQueryClient.DeleteRoutine(RoutineReference, DeleteRoutineOptions)"/>.
 /// </summary>
 /// <param name="options">The options for the operation. May be null, in which case defaults will be supplied.</param>
 public void Delete(DeleteRoutineOptions options = null) => _client.DeleteRoutine(Reference, options);