ReplicationTable.IsFileTable Property
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.
Gets a value that indicates whether the table is a file table.
public:
property bool IsFileTable { bool get(); };
public bool IsFileTable { get; }
member this.IsFileTable : bool
Public ReadOnly Property IsFileTable As Boolean
Property Value
true
if the table is a file table; otherwise, false
.