DatabaseColumnsOperationsExtensions.ListByDatabase メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データベース列を一覧表示する
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseColumn> ListByDatabase (this Microsoft.Azure.Management.Sql.IDatabaseColumnsOperations operations, string resourceGroupName, string serverName, string databaseName, System.Collections.Generic.IList<string> schema = default, System.Collections.Generic.IList<string> table = default, System.Collections.Generic.IList<string> column = default, System.Collections.Generic.IList<string> orderBy = default, string skiptoken = default);
static member ListByDatabase : Microsoft.Azure.Management.Sql.IDatabaseColumnsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseColumn>
<Extension()>
Public Function ListByDatabase (operations As IDatabaseColumnsOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional schema As IList(Of String) = Nothing, Optional table As IList(Of String) = Nothing, Optional column As IList(Of String) = Nothing, Optional orderBy As IList(Of String) = Nothing, Optional skiptoken As String = Nothing) As IPage(Of DatabaseColumn)
パラメーター
- operations
- IDatabaseColumnsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
- String
サーバーの名前。
- databaseName
- String
データベースの名前。
- skiptoken
- String
コレクション内の開始点を識別する不透明なトークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET