Compartir a través de


Sequence.SequenceCacheType Propiedad

Gets or sets a SequenceCacheType which indicates how the sequence is cached.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SequenceCacheType As SequenceCacheType 
    Get 
    Set
'Uso
Dim instance As Sequence 
Dim value As SequenceCacheType 

value = instance.SequenceCacheType

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.SequenceCacheType
A SequenceCacheType which indicates how the sequence is cached.

Vea también

Referencia

Sequence Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo