Table.IsFileTable 속성

Gets a value that indicates whether a table is FileTable.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IsFileTable As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Table 
Dim value As Boolean 

value = instance.IsFileTable

instance.IsFileTable = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public bool IsFileTable { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property bool IsFileTable {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IsFileTable : bool with get, set
function get IsFileTable () : boolean 
function set IsFileTable (value : boolean)

속성 값

유형: System.Boolean
true if a table is FileTable; otherwise, false.

참고 항목

참조

Table 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스