Sequence.IncrementValue Propiedad
Gets or sets the object that represents the increment value for the sequence.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IncrementValue As Object
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Object
A Object which represents the increment value for the sequence.