Condividi tramite


Proprietà ModelSchema.MaxIdentifierParts

Rappresenta il numero massimo di parti che un identificatore di modello può contenere.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.Int32
Numero di parti consentite in un identificatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelSchema Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelIdentifier