SyncFullSchemaProperties 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
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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.