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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET