SqlModelFactory.SqlItemsList(List<SqlItem>) 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 SqlItemsList(List<SqlItem>).
public static Azure.Connectors.Sdk.Sql.Models.SqlItemsList SqlItemsList(System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.SqlItem> value = default);
static member SqlItemsList : System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.SqlItem> -> Azure.Connectors.Sdk.Sql.Models.SqlItemsList
Public Shared Function SqlItemsList (Optional value As List(Of SqlItem) = Nothing) As SqlItemsList