SqlServerPropertyExtensions.GetIdentityIncrementConfigurationSource メソッド

定義

オーバーロード

GetIdentityIncrementConfigurationSource(IConventionProperty)

ID 増分の を ConfigurationSource 返します。

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

特定の ConfigurationSource テーブルの ID 増分の を返します。

GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)

特定の ConfigurationSource テーブルの ID 増分の を返します。

GetIdentityIncrementConfigurationSource(IConventionProperty)

ID 増分の を ConfigurationSource 返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentityIncrementConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetIdentityIncrementConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentityIncrementConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

パラメーター

property
IConventionProperty

プロパティ。

戻り値

ConfigurationSource ID 増分の 。

適用対象

GetIdentityIncrementConfigurationSource(IConventionRelationalPropertyOverrides)

特定の ConfigurationSource テーブルの ID 増分の を返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentityIncrementConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetIdentityIncrementConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentityIncrementConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)

パラメーター

overrides
IConventionRelationalPropertyOverrides

プロパティがオーバーライドされます。

戻り値

ConfigurationSource ID 増分の 。

適用対象

GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)

特定の ConfigurationSource テーブルの ID 増分の を返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentityIncrementConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrementConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentityIncrementConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)

パラメーター

property
IConventionProperty

プロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルの識別子。

戻り値

ConfigurationSource ID 増分の 。

適用対象