RelationalIndexAnnotations.SetName(String) Method

Definition

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

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

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to