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 命名空间