SqlLanguagePreferences.MaxScriptSize Propiedad

Definición

Obtiene o establece el valor del tamaño máximo de script para el que IntelliSense está habilitado.

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

Valor de propiedad

Valor entero que especifica el tamaño máximo del script para el que IntelliSense está habilitado.

Se aplica a