Partager via


ModelSchema.MaxIdentifierParts, propriété

Représente le nombre maximal de parties d'identificateur qui peuvent être dans un identificateur de modèle.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Valeur de propriété

Type : System.Int32
Nombre de parties autorisées dans un identificateur.

Sécurité .NET Framework

Voir aussi

Référence

ModelSchema Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelIdentifier