Share via


ModelSchema.MaxIdentifierParts Property

Represents the maximum 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 ReadOnly Property MaxIdentifierParts As Integer
public int MaxIdentifierParts { get; }
public:
property int MaxIdentifierParts {
    int get ();
}
member MaxIdentifierParts : int
function get MaxIdentifierParts () : int

Property Value

Type: System.Int32
The number of allowable parts in an identifier.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier