Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene o establece el número máximo de atributos de asignación de entidad que se van a encontrar para un tipo de entidad (en el tipo propiamente dicho y en todos sus tipos base).
Espacio de nombres: Microsoft.Data.OData
Ensamblado: Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Sintaxis
'Declaración
Public Property MaxEntityPropertyMappingsPerType As Integer
Get
Set
'Uso
Dim instance As ODataMessageQuotas
Dim value As Integer
value = instance.MaxEntityPropertyMappingsPerType
instance.MaxEntityPropertyMappingsPerType = value
public int MaxEntityPropertyMappingsPerType { get; set; }
public:
property int MaxEntityPropertyMappingsPerType {
int get ();
void set (int value);
}
member MaxEntityPropertyMappingsPerType : int with get, set
function get MaxEntityPropertyMappingsPerType () : int
function set MaxEntityPropertyMappingsPerType (value : int)
Valor de la propiedad
Tipo: System.Int32
Número máximo de atributos de asignación de entidad que se van a encontrar para un tipo de entidad.