次の方法で共有


SyncFullSchemaProperties コンストラクター

定義

オーバーロード

SyncFullSchemaProperties()

SyncFullSchemaProperties クラスの新しいインスタンスを初期化します。

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

SyncFullSchemaProperties クラスの新しいインスタンスを初期化します。

SyncFullSchemaProperties()

SyncFullSchemaProperties クラスの新しいインスタンスを初期化します。

public SyncFullSchemaProperties ();
Public Sub New ()

適用対象

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

SyncFullSchemaProperties クラスの新しいインスタンスを初期化します。

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)

パラメーター

tables
IList<SyncFullSchemaTable>

データベースの完全なスキーマ内のテーブルの一覧。

lastUpdateTime
Nullable<DateTime>

データベース スキーマの最終更新時刻。

適用対象