Propriété Check.IsFileTableDefined

Gets a value that specifies whether the check constraint defines a file table.

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 Check 
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 check constraint defines a file table; otherwise, false.

Voir aussi

Référence

Check Classe

Espace de noms Microsoft.SqlServer.Management.Smo