ModelSchema.MaxIdentifierParts (Propiedad)

Representa el número máximo de partes del identificador que puede haber en un identificador de modelo.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Int32
Número de partes permitidas en un identificador.

Seguridad de .NET Framework

Vea también

Referencia

ModelSchema Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

ModelIdentifier