言語

ISemanticModelGenerator.Generate(IDbConnection, XmlWriter) メソッド

定義

指定された接続とモデルライターを用いてセマンティックモデルを生成します。

public:
 void Generate(System::Data::IDbConnection ^ connection, System::Xml::XmlWriter ^ newModelWriter);
public void Generate(System.Data.IDbConnection connection, System.Xml.XmlWriter newModelWriter);
abstract member Generate : System.Data.IDbConnection * System.Xml.XmlWriter -> unit
Public Sub Generate (connection As IDbConnection, newModelWriter As XmlWriter)

パラメーター

connection
IDbConnection

データ ソースへの接続。

newModelWriter
XmlWriter

モデルの新しいライター。

適用対象