Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the object that represents the increment value for the sequence.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IncrementValue As Object
Get
Set
'Usage
Dim instance As Sequence
Dim value As Object
value = instance.IncrementValue
instance.IncrementValue = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Object IncrementValue { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Object^ IncrementValue {
Object^ get ();
void set (Object^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IncrementValue : Object with get, set
function get IncrementValue () : Object
function set IncrementValue (value : Object)
Property Value
Type: System.Object
A Object which represents the increment value for the sequence.