SqlLanguagePreferences.MaxScriptSize Property

Definition

Gets or sets the value of the maximum script size for which IntelliSense is enabled.

public:
 property int MaxScriptSize { int get(); void set(int value); };
public int MaxScriptSize { get; set; }
member this.MaxScriptSize : int with get, set
Public Property MaxScriptSize As Integer

Property Value

An integer value that specifies the maximum script size for which IntelliSense is enabled.

Applies to