ReplicationTable.IsFileTable プロパティ

定義

テーブルがファイル テーブルかどうかを示す値を取得します。

public:
 property bool IsFileTable { bool get(); };
public bool IsFileTable { get; }
member this.IsFileTable : bool
Public ReadOnly Property IsFileTable As Boolean

プロパティ値

テーブルがファイル テーブルの場合は true、それ以外の場合は false です。

適用対象