Share via


ModelSchema.MaxIdentifierParts-Eigenschaft

Stellt die maximale Anzahl an Bezeichnerteilen dar, die ein Modellbezeichner enthalten kann.

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

Syntax

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

Eigenschaftswert

Typ: System.Int32
Die maximal zulässige Anzahl an Teilen in einem Bezeichner.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelSchema Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

ModelIdentifier