Udostępnij przez


Właściwość StagingResultCriteria.PageSize

Pobiera lub ustawia całkowitą liczbę wierszy, aby powrócić.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PageSize As Nullable(Of Integer)
    Get
    Set
'Użycie
Dim instance As StagingResultCriteria
Dim value As Nullable(Of Integer)

value = instance.PageSize

instance.PageSize = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> PageSize { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> PageSize {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PageSize : Nullable<int> with get, set
function get PageSize () : Nullable<int>
function set PageSize (value : Nullable<int>)

Wartość właściwości

Typ: System.Nullable<Int32>
Liczba całkowita, która reprezentuje liczbę wierszy, aby powrócić.