Compartir a través de


Table.IsFileTable Propiedad

Gets a value that indicates whether a table is FileTable.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

Table Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo