RelationalIndexAnnotations.SetFilter(String) Method

Definition

Attempts to set the Filter using the semantics of the RelationalAnnotations in use.

protected virtual bool SetFilter (string value);
abstract member SetFilter : string -> bool
override this.SetFilter : string -> bool
Protected Overridable Function SetFilter (value As String) As Boolean

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to