Share via


ModelSchema.MaxIdentifierPartLength Property

Gets the maximum length of any part of a model identifier.

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

Syntax

'Declaration
Public ReadOnly Property MaxIdentifierPartLength As Integer
public int MaxIdentifierPartLength { get; }
public:
property int MaxIdentifierPartLength {
    int get ();
}
member MaxIdentifierPartLength : int
function get MaxIdentifierPartLength () : int

Property Value

Type: System.Int32
The maximum length of any part.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier