Свойство ReplicationTable.IsFileTable

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsFileTable As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
true if the table is a file table; otherwise, false.

См. также

Справочник

ReplicationTable Класс

Пространство имен Microsoft.SqlServer.Replication