Megosztás a következőn keresztül:


SqlScriptClient.GetSqlScriptsByWorkspaceAsync(CancellationToken) Method

Definition

Lists sql scripts.

public virtual Azure.AsyncPageable<Azure.Analytics.Synapse.Artifacts.Models.SqlScriptResource> GetSqlScriptsByWorkspaceAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSqlScriptsByWorkspaceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.Synapse.Artifacts.Models.SqlScriptResource>
override this.GetSqlScriptsByWorkspaceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.Synapse.Artifacts.Models.SqlScriptResource>
Public Overridable Function GetSqlScriptsByWorkspaceAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlScriptResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to