ModelSchema.MaxIdentifierPartLength, propriété
Obtient la longueur maximale d'une partie d'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 MaxIdentifierPartLength As Integer
Get
public int MaxIdentifierPartLength { get; }
public:
property int MaxIdentifierPartLength {
int get ();
}
member MaxIdentifierPartLength : int
function get MaxIdentifierPartLength () : int
Valeur de propriété
Type : System.Int32
Longueur maximale d'une partie.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.