SqlServerPropertyExtensions.SetIdentitySeed メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
プロパティ。
- 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
プロパティ。
- 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
プロパティがオーバーライドされます。
- 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
プロパティ。
- 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
プロパティ。
適用対象
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
プロパティがオーバーライドされます。
適用対象
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
プロパティ。
適用対象
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
プロパティ。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示します。
戻り値
構成された値です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework