Partilhar via


Propriedade do RDL Increment

Gets the identity increment of the identity column.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public ReadOnly Property Increment As Long
    Get
'Uso
Dim instance As IdentityColumnInfo
Dim value As Long

value = instance.Increment
public long Increment { get; }
public:
property long long Increment {
    long long get ();
}
member Increment : int64
function get Increment () : long

Valor da propriedade

Tipo: System. . :: . .Int64
The identity increment of the identity column.