SqlServerPropertyExtensions.SetIdentitySeed Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean) |
Ustawia inicjator tożsamości dla określonej tabeli. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier) |
Ustawia inicjator tożsamości dla określonej tabeli. |
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean) |
Ustawia inicjator tożsamości dla określonej tabeli. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean) |
Ustawia inicjator tożsamości. |
SetIdentitySeed(IMutableProperty, Nullable<Int32>) |
Ustawia inicjator tożsamości. |
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>) |
Ustawia inicjator tożsamości dla określonej tabeli. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>) |
Ustawia inicjator tożsamości. |
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean) |
Ustawia inicjator tożsamości. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)
Ustawia inicjator tożsamości dla określonej tabeli.
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)
Parametry
- property
- IConventionProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator tabeli zawierającej kolumnę.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
Skonfigurowana wartość.
Dotyczy
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)
Ustawia inicjator tożsamości dla określonej tabeli.
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)
Parametry
- property
- IMutableProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator tabeli zawierającej kolumnę.
Dotyczy
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)
Ustawia inicjator tożsamości dla określonej tabeli.
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)
Parametry
- overrides
- IConventionRelationalPropertyOverrides
Właściwość zastępuje.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
Skonfigurowana wartość.
Dotyczy
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)
Ustawia inicjator tożsamości.
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)
Parametry
- property
- IConventionProperty
Właściwość.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
Skonfigurowana wartość.
Dotyczy
SetIdentitySeed(IMutableProperty, Nullable<Int32>)
Ustawia inicjator tożsamości.
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))
Parametry
- property
- IMutableProperty
Właściwość.
Dotyczy
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)
Ustawia inicjator tożsamości dla określonej tabeli.
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))
Parametry
- overrides
- IMutableRelationalPropertyOverrides
Właściwość zastępuje.
Dotyczy
SetIdentitySeed(IMutableProperty, Nullable<Int64>)
Ustawia inicjator tożsamości.
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))
Parametry
- property
- IMutableProperty
Właściwość.
Dotyczy
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)
Ustawia inicjator tożsamości.
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)
Parametry
- property
- IConventionProperty
Właściwość.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
Skonfigurowana wartość.