DbMigrationsConfiguration<TContext>.MemberwiseClone メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
現在のオブジェクトの簡易コピーを作成します。
名前空間: System.Data.Entity.Migrations
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Function MemberwiseClone As Object
'使用
Dim returnValue As Object
returnValue = Me.MemberwiseClone()
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected Object MemberwiseClone()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
Object^ MemberwiseClone()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member MemberwiseClone : unit -> Object
protected function MemberwiseClone() : Object
戻り値
型 : System.Object
現在のオブジェクトの簡易コピー。