Compartir a través de


ReplicationTable.IsFileTable Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ReplicationTable Clase

Espacio de nombres Microsoft.SqlServer.Replication