Proprietà PageSize
Ottiene o imposta il numero di record da includere in un singolo recupero.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(IsRequired := True)> _
Public Property PageSize As Nullable(Of Integer)
Get
Set
'Utilizzo
Dim instance As EntityMembersGetCriteria
Dim value As Nullable(Of Integer)
value = instance.PageSize
instance.PageSize = value
[DataMemberAttribute(IsRequired = true)]
public Nullable<int> PageSize { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property Nullable<int> PageSize {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = true)>]
member PageSize : Nullable<int> with get, set
function get PageSize () : Nullable<int>
function set PageSize (value : Nullable<int>)
Valore proprietà
Tipo: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
Intero che rappresenta il numero di record. Non utilizzare un valore pari a zero. Il valore predefinito corrisponde al valore dell'impostazione di Numero di righe per batch in Gestione configurazione.
Vedere anche