Partager via


Propriété Sequence.CacheSize

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property CacheSize As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Sequence Classe

Espace de noms Microsoft.SqlServer.Management.Smo