Condividi tramite


Proprietà Sequence.CacheSize

Gets or sets the number of sequence values to be cached.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CacheSize As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Sequence 
Dim value As Integer 

value = instance.CacheSize

instance.CacheSize = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int CacheSize { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int CacheSize {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CacheSize : int with get, set
function get CacheSize () : int 
function set CacheSize (value : int)

Valore proprietà

Tipo: System.Int32
An Int32 representing the number of sequence values cached.

Vedere anche

Riferimento

Sequence Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo