SqlServerPropertyExtensions.SetIdentityIncrement 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
SetIdentityIncrement(IMutableProperty, Nullable<Int32>) |
Ustawia przyrost tożsamości. |
SetIdentityIncrement(IMutableRelationalPropertyOverrides, Nullable<Int32>) |
Ustawia przyrost tożsamości dla określonej tabeli. |
SetIdentityIncrement(IConventionProperty, Nullable<Int32>, Boolean) |
Ustawia przyrost tożsamości. |
SetIdentityIncrement(IConventionRelationalPropertyOverrides, Nullable<Int32>, Boolean) |
Ustawia przyrost tożsamości dla określonej tabeli. |
SetIdentityIncrement(IMutableProperty, Nullable<Int32>, StoreObjectIdentifier) |
Ustawia przyrost tożsamości dla określonej tabeli. |
SetIdentityIncrement(IConventionProperty, Nullable<Int32>, StoreObjectIdentifier, Boolean) |
Ustawia przyrost tożsamości dla określonej tabeli. |
SetIdentityIncrement(IMutableProperty, Nullable<Int32>)
Ustawia przyrost tożsamości.
public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? increment);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentityIncrement (property As IMutableProperty, increment As Nullable(Of Integer))
Parametry
- property
- IMutableProperty
Właściwość.
Dotyczy
SetIdentityIncrement(IMutableRelationalPropertyOverrides, Nullable<Int32>)
Ustawia przyrost tożsamości dla określonej tabeli.
public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides overrides, int? increment);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentityIncrement (overrides As IMutableRelationalPropertyOverrides, increment As Nullable(Of Integer))
Parametry
- overrides
- IMutableRelationalPropertyOverrides
Przesłonięcia właściwości.
Dotyczy
SetIdentityIncrement(IConventionProperty, Nullable<Int32>, Boolean)
Ustawia przyrost tożsamości.
public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? increment, bool fromDataAnnotation = false);
public static int? SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? increment, bool fromDataAnnotation = false);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> unit
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetIdentityIncrement (property As IConventionProperty, increment As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIdentityIncrement (property As IConventionProperty, increment 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ść.
Dotyczy
SetIdentityIncrement(IConventionRelationalPropertyOverrides, Nullable<Int32>, Boolean)
Ustawia przyrost tożsamości dla określonej tabeli.
public static int? SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides, int? increment, bool fromDataAnnotation = false);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetIdentityIncrement (overrides As IConventionRelationalPropertyOverrides, increment As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
Parametry
- overrides
- IConventionRelationalPropertyOverrides
Przesłonięcia właściwości.
- fromDataAnnotation
- Boolean
Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.
Zwraca
Skonfigurowana wartość.
Dotyczy
SetIdentityIncrement(IMutableProperty, Nullable<Int32>, StoreObjectIdentifier)
Ustawia przyrost tożsamości dla określonej tabeli.
public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? increment, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIdentityIncrement (property As IMutableProperty, increment As Nullable(Of Integer), ByRef storeObject As StoreObjectIdentifier)
Parametry
- property
- IMutableProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator tabeli zawierającej kolumnę.
Dotyczy
SetIdentityIncrement(IConventionProperty, Nullable<Int32>, StoreObjectIdentifier, Boolean)
Ustawia przyrost tożsamości dla określonej tabeli.
public static int? SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? increment, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * StoreObjectIdentifier * bool -> Nullable<int>
<Extension()>
Public Function SetIdentityIncrement (property As IConventionProperty, increment As Nullable(Of Integer), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
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ść.