SyncFullSchemaTable Constructors
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.
Overloads
SyncFullSchemaTable() |
Initializes a new instance of the SyncFullSchemaTable class. |
SyncFullSchemaTable(IList<SyncFullSchemaTableColumn>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the SyncFullSchemaTable class. |
SyncFullSchemaTable()
Initializes a new instance of the SyncFullSchemaTable class.
public SyncFullSchemaTable ();
Public Sub New ()
Applies to
SyncFullSchemaTable(IList<SyncFullSchemaTableColumn>, String, Nullable<Boolean>, String, String)
Initializes a new instance of the SyncFullSchemaTable class.
public SyncFullSchemaTable (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTableColumn> columns = default, string errorId = default, bool? hasError = default, string name = default, string quotedName = default);
new Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTable : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTableColumn> * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTable
Public Sub New (Optional columns As IList(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)
Parameters
- columns
- IList<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.
Applies to
Azure SDK for .NET