MaxScriptSize Property

Gets or sets the Value of the Maximum Script Size for which IntelliSense is enabled

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
Public Property MaxScriptSize As Integer
    Get
    Set
'Usage
Dim instance As SqlLanguagePreferences
Dim value As Integer

value = instance.MaxScriptSize

instance.MaxScriptSize = value
public int MaxScriptSize { get; set; }
public:
property int MaxScriptSize {
    int get ();
    void set (int value);
}
member MaxScriptSize : int with get, set
function get MaxScriptSize () : int
function set MaxScriptSize (value : int)

Property Value

Type: System..::..Int32

See Also

Reference

SqlLanguagePreferences Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace