共用方式為


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