SqlClient.GetTableForPatchAsync 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.
Get metadata of a table for Patch operation
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.TableMetadata> GetTableForPatchAsync(string serverName, string databaseName, string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTableForPatchAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.TableMetadata>
override this.GetTableForPatchAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.TableMetadata>
Public Overridable Function GetTableForPatchAsync (serverName As String, databaseName As String, tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TableMetadata)
Parameters
- serverName
- String
Server name
- databaseName
- String
Database name
- tableName
- String
Table name
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get metadata of a table for Patch operation response.
Remarks
Discovery method used to populate dynamic parameter values at design time.