Compartilhar via


Propriedade do RDL ReplicationTable.IsFileTable

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

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

Sintaxe

'Declaração
Public ReadOnly Property IsFileTable As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ReplicationTable Classe

Namespace Microsoft.SqlServer.Replication