包括受保护的成员
包括继承的成员
Adds objects to the model based on the contents of a TSqlScript object.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
![]() |
AddObjects(TSqlScript) | Adds objects to the model based on the contents of a TSqlScript object. The script should be valid TSql with no parse errors. |
![]() |
AddObjects(String) | Adds objects to the model based on the contents of a TSql Script string. The script should consist of valid TSql DDL statements. |
![]() |
AddObjects(TSqlScript, TSqlObjectOptions) | Add Objects to the model based on the contents of a TSqlScript object, plus additional metadata defined by a TSqlObjectOptions object The script should be valid TSql with no parse errors. |
![]() |
AddObjects(String, TSqlObjectOptions) | Adds Objects to the model based on the contents of a TSql Script string, plus additional metadata defined by a TSqlObjectOptions object The script should consist of valid TSql DDL statements. |
页首