你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.