Share via


DatabaseColumnsOperationsExtensions.ListByDatabase Method

Definition

List database columns

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)

Parameters

operations
IDatabaseColumnsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

databaseName
String

The name of the database.

schema
IList<String>
table
IList<String>
column
IList<String>
orderBy
IList<String>
skiptoken
String

An opaque token that identifies a starting point in the collection.

Returns

Applies to