[This is preliminary documentation and is subject to change.]

Limit imposed by the varchar size for the sql database. Returns 32000 if the sql server is 2005, or 4000 if it is 2000

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static int SqlNVarCharMaxLimit { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SqlNVarCharMaxLimit As Integer
Visual C++
public:
static property int SqlNVarCharMaxLimit {
	int get ();
}

See Also