SqlLanguagePreferences.EnableIntellisense Property

Definition

Gets or sets whether IntelliSense is enabled or disabled.

public:
 property bool EnableIntellisense { bool get(); void set(bool value); };
public bool EnableIntellisense { get; set; }
member this.EnableIntellisense : bool with get, set
Public Property EnableIntellisense As Boolean

Property Value

A Boolean value that specifies whether IntelliSense is enabled or disabled.

Applies to