ReplicationTable.IsFileTable プロパティ

定義

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

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

プロパティ値

true テーブルがファイルテーブルであれば、それ以外は false

適用対象