ReplicationTable.IsFileTable Property

Gets a value that indicates whether the table is a file table.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public ReadOnly Property IsFileTable As Boolean 
    Get
'Usage
Dim instance As ReplicationTable 
Dim value As Boolean 

value = instance.IsFileTable
public bool IsFileTable { get; }
public:
property bool IsFileTable {
    bool get ();
}
member IsFileTable : bool
function get IsFileTable () : boolean

Property Value

Type: System.Boolean
true if the table is a file table; otherwise, false.

See Also

Reference

ReplicationTable Class

Microsoft.SqlServer.Replication Namespace