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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.