Propriedade do RDL Seed
Gets the identity seed 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 Seed As Long
Get
'Uso
Dim instance As IdentityColumnInfo
Dim value As Long
value = instance.Seed
public long Seed { get; }
public:
property long long Seed {
long long get ();
}
member Seed : int64
function get Seed () : long
Valor da propriedade
Tipo: System. . :: . .Int64
The identity seed of the identity column.
Consulte também