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.Fluent.Models.SyncFullSchemaTable> tables = default, DateTime? lastUpdateTime = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncFullSchemaProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncFullSchemaTable> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET