AlterSequenceOperation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MigrationOperation要改變現有序列的 。
public class AlterSequenceOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation
public class AlterSequenceOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation, Microsoft.EntityFrameworkCore.Migrations.Operations.IAlterMigrationOperation
[System.Diagnostics.DebuggerDisplay("ALTER SEQUENCE {Name}")]
public class AlterSequenceOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.SequenceOperation, Microsoft.EntityFrameworkCore.Migrations.Operations.IAlterMigrationOperation
type AlterSequenceOperation = class
inherit MigrationOperation
type AlterSequenceOperation = class
inherit SequenceOperation
interface IAlterMigrationOperation
[<System.Diagnostics.DebuggerDisplay("ALTER SEQUENCE {Name}")>]
type AlterSequenceOperation = class
inherit SequenceOperation
interface IAlterMigrationOperation
Public Class AlterSequenceOperation
Inherits MigrationOperation
Public Class AlterSequenceOperation
Inherits SequenceOperation
Implements IAlterMigrationOperation
- 繼承
- 繼承
- 繼承
- 屬性
- 實作
備註
如需詳細資訊和範例 ,請參閱資料庫移 轉。
建構函式
AlterSequenceOperation() |
MigrationOperation要改變現有序列的 。 |
屬性
IncrementBy |
MigrationOperation要改變現有序列的 。 |
IncrementBy |
在序列中產生下一個值時,要遞增的數量,預設值為 1。 (繼承來源 SequenceOperation) |
IsCyclic |
MigrationOperation要改變現有序列的 。 |
IsCyclic |
指出當達到最大值時,序列是否會重新開機。 (繼承來源 SequenceOperation) |
IsDestructiveChange |
指出作業是否可能導致資料庫中的資料遺失。 (繼承來源 MigrationOperation) |
IsReadOnly |
指出目前物件是否為唯讀。 (繼承來源 AnnotatableBase) |
Item[String] |
取得具有指定名稱的值批註,如果不存在,則 |
MaxValue |
MigrationOperation要改變現有序列的 。 |
MaxValue |
序列的最大值,如果未指定,則 |
MinValue |
MigrationOperation要改變現有序列的 。 |
MinValue |
序列的最小值,如果未指定,則 |
Name |
序列的名稱。 |
OldSequence |
作業,表示在改變之前的順序。 |
Schema |
包含序列的架構,如果 |
方法
明確介面實作
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有注釋的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
將批註加入物件。 |
GetAnnotation(IMutableAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
GetOrAddAnnotation(IMutableAnnotatable, String, String) |
取得具有指定索引鍵的現有注釋,如果不存在,則加入新的批註。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
設定儲存在指定名稱底下的批註。 如果具有指定名稱的注釋已經存在,則會覆寫現有的批註。 如果 |