Share via


ModelSchema.MaxPossibleIdentifierParts Field

Represents the maximum possible number of identifier parts that can be in a model identifier.

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

Syntax

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

Field Value

Type: System.Int32
The default implementation returns 1,020.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier