Partager via


Propriété ReplicationTable.IsFileTable

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsFileTable As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReplicationTable Classe

Espace de noms Microsoft.SqlServer.Replication