SqlServerMigrationSqlGenerator.Writer メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
SQL のビルドに使用できる新しい IndentedTextWriter を取得します。 これはライターを作成するための単なるヘルパー メソッドです。 ライターへの書き込みにより SQL が実行のために登録されることはありません。 生成された SQL を Statement メソッドに渡す必要があります。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")> _
Protected Shared Function Writer As IndentedTextWriter
'使用
Dim returnValue As IndentedTextWriter
returnValue = SqlServerMigrationSqlGenerator.Writer()
[SuppressMessageAttribute("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
protected static IndentedTextWriter Writer()
[SuppressMessageAttribute(L"Microsoft.Reliability", L"CA2000:Dispose objects before losing scope")]
protected:
static IndentedTextWriter^ Writer()
[<SuppressMessageAttribute("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")>]
static member Writer : unit -> IndentedTextWriter
protected static function Writer() : IndentedTextWriter
戻り値
型 : System.Data.Entity.Migrations.Utilities.IndentedTextWriter
SQL の生成に使用する空のテキスト ライター。