SqlServerPropertyExtensions.GetIdentitySeed Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier) |
Devuelve el valor de inicialización de identidad. |
GetIdentitySeed(IProperty) |
Devuelve el valor de inicialización de identidad. |
GetIdentitySeed(IReadOnlyProperty) |
Devuelve el valor de inicialización de identidad. |
GetIdentitySeed(IReadOnlyRelationalPropertyOverrides) |
Devuelve el valor de inicialización de identidad. |
GetIdentitySeed(IProperty, StoreObjectIdentifier) |
Devuelve el valor de inicialización de identidad. |
GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)
Devuelve el valor de inicialización de identidad.
public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Long)
Parámetros
- property
- IReadOnlyProperty
Propiedad.
- storeObject
- StoreObjectIdentifier
Identificador del objeto de almacén.
Devoluciones
El valor de inicialización de la identidad.
Se aplica a
GetIdentitySeed(IProperty)
Devuelve el valor de inicialización de identidad.
public static int? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetIdentitySeed (property As IProperty) As Nullable(Of Integer)
Parámetros
- property
- IProperty
Propiedad.
Devoluciones
El valor de inicialización de la identidad.
Se aplica a
GetIdentitySeed(IReadOnlyProperty)
Devuelve el valor de inicialización de identidad.
public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (property As IReadOnlyProperty) As Nullable(Of Long)
Parámetros
- property
- IReadOnlyProperty
Propiedad.
Devoluciones
El valor de inicialización de la identidad.
Se aplica a
GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)
Devuelve el valor de inicialización de identidad.
public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of Long)
Parámetros
- overrides
- IReadOnlyRelationalPropertyOverrides
La propiedad invalida.
Devoluciones
El valor de inicialización de la identidad.
Se aplica a
GetIdentitySeed(IProperty, StoreObjectIdentifier)
Devuelve el valor de inicialización de identidad.
public static int? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentitySeed (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parámetros
- property
- IProperty
Propiedad.
- storeObject
- StoreObjectIdentifier
Identificador del objeto de almacén.
Devoluciones
El valor de inicialización de la identidad.