SyncFullSchemaProperties Constructors

Definition

Overloads

SyncFullSchemaProperties()

Initializes a new instance of the SyncFullSchemaProperties class.

SyncFullSchemaProperties(IList<SyncFullSchemaTable>, Nullable<DateTime>)

Initializes a new instance of the SyncFullSchemaProperties class.

SyncFullSchemaProperties()

Initializes a new instance of the SyncFullSchemaProperties class.

public SyncFullSchemaProperties ();
Public Sub New ()

Applies to

SyncFullSchemaProperties(IList<SyncFullSchemaTable>, Nullable<DateTime>)

Initializes a new instance of the SyncFullSchemaProperties class.

public SyncFullSchemaProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTable> tables = default, DateTime? lastUpdateTime = default);
new Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaTable> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties
Public Sub New (Optional tables As IList(Of SyncFullSchemaTable) = Nothing, Optional lastUpdateTime As Nullable(Of DateTime) = Nothing)

Parameters

tables
IList<SyncFullSchemaTable>

List of tables in the database full schema.

lastUpdateTime
Nullable<DateTime>

Last update time of the database schema.

Applies to