SqlServerPropertyExtensions.GetHiLoSequenceSchema 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
GetHiLoSequenceSchema(IProperty) |
Zwraca schemat do użycia dla sekwencji hi-lo. |
GetHiLoSequenceSchema(IReadOnlyProperty) |
Zwraca schemat do użycia dla sekwencji hi-lo. |
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier) |
Zwraca schemat do użycia dla sekwencji hi-lo. |
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier) |
Zwraca schemat do użycia dla sekwencji hi-lo. |
GetHiLoSequenceSchema(IProperty)
Zwraca schemat do użycia dla sekwencji hi-lo.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty) As String
Parametry
- property
- IProperty
Właściwość.
Zwraca
Schemat do użycia dla sekwencji hi-lo.
Dotyczy
GetHiLoSequenceSchema(IReadOnlyProperty)
Zwraca schemat do użycia dla sekwencji hi-lo.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty) As String
Parametry
- property
- IReadOnlyProperty
Właściwość.
Zwraca
Schemat do użycia dla sekwencji hi-lo.
Dotyczy
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)
Zwraca schemat do użycia dla sekwencji hi-lo.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametry
- property
- IProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu magazynu.
Zwraca
Schemat do użycia dla sekwencji hi-lo.
Dotyczy
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)
Zwraca schemat do użycia dla sekwencji hi-lo.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parametry
- property
- IReadOnlyProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu magazynu.
Zwraca
Schemat do użycia dla sekwencji hi-lo.