次の方法で共有


SqlScriptClient.GetSqlScriptsByWorkspaceAsync(CancellationToken) メソッド

定義

SQL スクリプトを一覧表示します。

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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象