Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a SequenceCacheType which indicates how the sequence is cached.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SequenceCacheType As SequenceCacheType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.SequenceCacheType
A SequenceCacheType which indicates how the sequence is cached.