SqlDatabaseSchemaProvider.MaxIdentifierPartLength Field

Maximum length of an identifier part for the Transact-SQL language and for all SQL Server providers.

Namespace:  Microsoft.Data.Schema.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Const MaxIdentifierPartLength As Integer
public const int MaxIdentifierPartLength
public:
literal int MaxIdentifierPartLength
static val mutable MaxIdentifierPartLength: int
public const var MaxIdentifierPartLength : int

.NET Framework Security

See Also

Reference

SqlDatabaseSchemaProvider Class

Microsoft.Data.Schema.Sql Namespace