Sdílet prostřednictvím


ArmSqlModelFactory.SyncFullSchemaTable Method

Definition

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.

hasError
Nullable<Boolean>

If there is error in the table.

name
String

Name of the table.

quotedName
String

Quoted name of the table.

Returns

A new SyncFullSchemaTable instance for mocking.

Applies to