HasFilter 属性

Gets the Boolean property value that specifies whether the index has a filter defined for a range of index values.

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

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property HasFilter As Boolean
    Get
用法
Dim instance As Index
Dim value As Boolean

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

属性值

类型:System. . :: . .Boolean
A Boolean value that specifies whether the index has a filter.
If True, the index has a filter. Otherwise, False (default).

注释

The filter is defined by the filter predicate in the FilterDefinition property.