ArmSqlModelFactory.SyncFullSchemaTable 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.
Initializes a new instance of SyncFullSchemaTable.
public static Azure.ResourceManager.Sql.Models.SyncFullSchemaTable SyncFullSchemaTable (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.SyncFullSchemaTableColumn> columns = default, string errorId = default, bool? hasError = default, string name = default, string quotedName = default);
static member SyncFullSchemaTable : seq<Azure.ResourceManager.Sql.Models.SyncFullSchemaTableColumn> * string * Nullable<bool> * string * string -> Azure.ResourceManager.Sql.Models.SyncFullSchemaTable
Public Shared Function SyncFullSchemaTable (Optional columns As IEnumerable(Of SyncFullSchemaTableColumn) = Nothing, Optional errorId As String = Nothing, Optional hasError As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional quotedName As String = Nothing) As SyncFullSchemaTable
Parameters
- columns
- IEnumerable<SyncFullSchemaTableColumn>
List of columns in the table of database full schema.
- errorId
- String
Error id of the table.
- name
- String
Name of the table.
- quotedName
- String
Quoted name of the table.
Returns
A new SyncFullSchemaTable instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET