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 네임스페이스