Compartilhar via


Propriedade do RDL Table.IsFileTable

Gets a value that indicates whether a table is FileTable.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IsFileTable As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

Table Classe

Namespace Microsoft.SqlServer.Management.Smo