Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the initial starting size for this table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property MinimumCapacity As Integer
Get
Set
'Usage
Dim instance As DataTableSurrogate
Dim value As Integer
value = instance.MinimumCapacity
instance.MinimumCapacity = value
public int MinimumCapacity { get; set; }
public:
property int MinimumCapacity {
int get ();
void set (int value);
}
member MinimumCapacity : int with get, set
function get MinimumCapacity () : int
function set MinimumCapacity (value : int)
Property Value
Type: System.Int32
The initial starting size in rows of this table.