다음을 통해 공유


SqlServerPropertyExtensions.SetIdentitySeed 메서드

정의

오버로드

SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)

특정 테이블의 ID 시드를 설정합니다.

SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)

특정 테이블의 ID 시드를 설정합니다.

SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)

특정 테이블의 ID 시드를 설정합니다.

SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)

ID 시드를 설정합니다.

SetIdentitySeed(IMutableProperty, Nullable<Int32>)

ID 시드를 설정합니다.

SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)

특정 테이블의 ID 시드를 설정합니다.

SetIdentitySeed(IMutableProperty, Nullable<Int64>)

ID 시드를 설정합니다.

SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)

ID 시드를 설정합니다.

SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)

특정 테이블의 ID 시드를 설정합니다.

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)

매개 변수

property
IConventionProperty

속성입니다.

seed
Nullable<Int64>

설정할 값입니다.

storeObject
StoreObjectIdentifier

열이 포함된 테이블의 식별자입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상

SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)

특정 테이블의 ID 시드를 설정합니다.

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)

매개 변수

property
IMutableProperty

속성입니다.

seed
Nullable<Int64>

설정할 값입니다.

storeObject
StoreObjectIdentifier

열이 포함된 테이블의 식별자입니다.

적용 대상

SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)

특정 테이블의 ID 시드를 설정합니다.

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)

매개 변수

overrides
IConventionRelationalPropertyOverrides

속성이 재정의됩니다.

seed
Nullable<Int64>

설정할 값입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상

SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)

ID 시드를 설정합니다.

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)

매개 변수

property
IConventionProperty

속성입니다.

seed
Nullable<Int64>

설정할 값입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상

SetIdentitySeed(IMutableProperty, Nullable<Int32>)

ID 시드를 설정합니다.

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))

매개 변수

property
IMutableProperty

속성입니다.

seed
Nullable<Int32>

설정할 값입니다.

적용 대상

SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)

특정 테이블의 ID 시드를 설정합니다.

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))

매개 변수

overrides
IMutableRelationalPropertyOverrides

속성이 재정의됩니다.

seed
Nullable<Int64>

설정할 값입니다.

적용 대상

SetIdentitySeed(IMutableProperty, Nullable<Int64>)

ID 시드를 설정합니다.

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))

매개 변수

property
IMutableProperty

속성입니다.

seed
Nullable<Int64>

설정할 값입니다.

적용 대상

SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)

ID 시드를 설정합니다.

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)

매개 변수

property
IConventionProperty

속성입니다.

seed
Nullable<Int32>

설정할 값입니다.

fromDataAnnotation
Boolean

데이터 주석을 사용하여 구성을 지정했는지 여부를 나타냅니다.

반환

구성된 값입니다.

적용 대상