次の方法で共有


SqlPoolSchemasOperationsExtensions.Get メソッド

定義

Sql プール スキーマを取得する

public static Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema Get (this Microsoft.Azure.Management.Synapse.ISqlPoolSchemasOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string schemaName);
static member Get : Microsoft.Azure.Management.Synapse.ISqlPoolSchemasOperations * string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.SqlPoolSchema
<Extension()>
Public Function Get (operations As ISqlPoolSchemasOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, schemaName As String) As SqlPoolSchema

パラメーター

operations
ISqlPoolSchemasOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

schemaName
String

スキーマの名前です。

戻り値

適用対象