Propriedade do RDL Sequence.IncrementValue

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

Sequence Classe

Namespace Microsoft.SqlServer.Management.Smo