Partager via


Propriété Index.IsFileTableDefined

Gets or sets whether the file table is defined.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFileTableDefined As Boolean 
    Get
'Utilisation
Dim instance As Index 
Dim value As Boolean 

value = instance.IsFileTableDefined
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFileTableDefined { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsFileTableDefined {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsFileTableDefined : bool
function get IsFileTableDefined () : boolean

Valeur de propriété

Type : System.Boolean
True if the file table is defined; otherwise, false.

Voir aussi

Référence

Index Classe

Espace de noms Microsoft.SqlServer.Management.Smo