SqlModelFactory.GetTablesResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of GetTablesResponse(List<DataWithSensitivityLabelInfo>, List<Table>).
public static Azure.Connectors.Sdk.Sql.Models.GetTablesResponse GetTablesResponse(System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.DataWithSensitivityLabelInfo> metadata = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.Table> value = default);
static member GetTablesResponse : System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.DataWithSensitivityLabelInfo> * System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.Table> -> Azure.Connectors.Sdk.Sql.Models.GetTablesResponse
Public Shared Function GetTablesResponse (Optional metadata As List(Of DataWithSensitivityLabelInfo) = Nothing, Optional value As List(Of Table) = Nothing) As GetTablesResponse
Parameters
- metadata
- List<DataWithSensitivityLabelInfo>