Partager via


Propriété Sequence.IncrementValue

Gets or sets the object that represents the increment value for the sequence.

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

Syntaxe

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

Valeur de propriété

Type : System.Object
A Object which represents the increment value for the sequence.

Voir aussi

Référence

Sequence Classe

Espace de noms Microsoft.SqlServer.Management.Smo