SqlClient.GetTablesForGetItemAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetTablesForGetItem
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.TablesList> GetTablesForGetItemAsync(string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTablesForGetItemAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.TablesList>
override this.GetTablesForGetItemAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.TablesList>
Public Overridable Function GetTablesForGetItemAsync (serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TablesList)
Parameters
- serverName
- String
Server name
- databaseName
- String
Database name
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The GetTablesForGetItem response.
Remarks
Discovery method used to populate dynamic parameter values at design time.