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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.