TSqlModel.Validate メソッド

定義

モデルを検証し、エラー/警告があるメッセージの一覧を返します。

public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Model.DacModelMessage> Validate();
member this.Validate : unit -> System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Model.DacModelMessage>
Public Function Validate () As IList(Of DacModelMessage)

返品

適用対象