Freigeben über


SyncFullSchemaTable Konstruktoren

Definition

Überlädt

SyncFullSchemaTable()

Initialisiert eine neue instance der SyncFullSchemaTable-Klasse.

SyncFullSchemaTable(IList<SyncFullSchemaTableColumn>, String, Nullable<Boolean>, String, String)

Initialisiert eine neue instance der SyncFullSchemaTable-Klasse.

SyncFullSchemaTable()

Initialisiert eine neue instance der SyncFullSchemaTable-Klasse.

public SyncFullSchemaTable ();
Public Sub New ()

Gilt für:

SyncFullSchemaTable(IList<SyncFullSchemaTableColumn>, String, Nullable<Boolean>, String, String)

Initialisiert eine neue instance der SyncFullSchemaTable-Klasse.

public SyncFullSchemaTable (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncFullSchemaTableColumn> columns = default, string errorId = default, bool? hasError = default, string name = default, string quotedName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncFullSchemaTable : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncFullSchemaTableColumn> * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.Sql.Fluent.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)

Parameter

columns
IList<SyncFullSchemaTableColumn>

Liste der Spalten in der Tabelle des vollständigen Datenbankschemas.

errorId
String

Fehler-ID der Tabelle.

hasError
Nullable<Boolean>

Wenn in der Tabelle ein Fehler vorliegt.

name
String

Der Name der Tabelle.

quotedName
String

Name der Tabelle in Anführungszeichen.

Gilt für: