Check.IsFileTableDefined 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFileTableDefined As Boolean 
    Get
用法
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

属性值

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

请参阅

参考

Check 类

Microsoft.SqlServer.Management.Smo 命名空间