SqlServerPropertyExtensions.SetIdentitySeed Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean) |
Imposta il valore di inizializzazione dell'identità per una determinata tabella. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier) |
Imposta il valore di inizializzazione dell'identità per una determinata tabella. |
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean) |
Imposta il valore di inizializzazione dell'identità per una determinata tabella. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean) |
Imposta il valore di inizializzazione dell'identità. |
SetIdentitySeed(IMutableProperty, Nullable<Int32>) |
Imposta il valore di inizializzazione dell'identità. |
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>) |
Imposta il valore di inizializzazione dell'identità per una determinata tabella. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>) |
Imposta il valore di inizializzazione dell'identità. |
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean) |
Imposta il valore di inizializzazione dell'identità. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)
Imposta il valore di inizializzazione dell'identità per una determinata tabella.
public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, long? seed, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int64> * StoreObjectIdentifier * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Long), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)
Parametri
- property
- IConventionProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore della tabella contenente la colonna.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.
Restituisce
Il valore configurato.
Si applica a
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)
Imposta il valore di inizializzazione dell'identità per una determinata tabella.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, long? seed, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int64> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Long), ByRef storeObject As StoreObjectIdentifier)
Parametri
- property
- IMutableProperty
Proprietà.
- storeObject
- StoreObjectIdentifier
Identificatore della tabella contenente la colonna.
Si applica a
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)
Imposta il valore di inizializzazione dell'identità per una determinata tabella.
public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides, long? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides * Nullable<int64> * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (overrides As IConventionRelationalPropertyOverrides, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)
Parametri
- overrides
- IConventionRelationalPropertyOverrides
La proprietà esegue l'override.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.
Restituisce
Il valore configurato.
Si applica a
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)
Imposta il valore di inizializzazione dell'identità.
public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, long? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int64> * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)
Parametri
- property
- IConventionProperty
Proprietà.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.
Restituisce
Il valore configurato.
Si applica a
SetIdentitySeed(IMutableProperty, Nullable<Int32>)
Imposta il valore di inizializzazione dell'identità.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Integer))
Parametri
- property
- IMutableProperty
Proprietà.
Si applica a
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)
Imposta il valore di inizializzazione dell'identità per una determinata tabella.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides overrides, long? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides * Nullable<int64> -> unit
<Extension()>
Public Sub SetIdentitySeed (overrides As IMutableRelationalPropertyOverrides, seed As Nullable(Of Long))
Parametri
- overrides
- IMutableRelationalPropertyOverrides
La proprietà esegue l'override.
Si applica a
SetIdentitySeed(IMutableProperty, Nullable<Int64>)
Imposta il valore di inizializzazione dell'identità.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, long? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int64> -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Long))
Parametri
- property
- IMutableProperty
Proprietà.
Si applica a
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)
Imposta il valore di inizializzazione dell'identità.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? seed, bool fromDataAnnotation = false);
public static int? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> unit
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
Parametri
- property
- IConventionProperty
Proprietà.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.
Restituisce
Il valore configurato.