Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Boolean
true if the table is a file table; otherwise, false.