Freigeben über


Check.IsFileTableDefined-Eigenschaft

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

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFileTableDefined As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
true if the check constraint defines a file table; otherwise, false.

Siehe auch

Verweis

Check Klasse

Microsoft.SqlServer.Management.Smo-Namespace