SqlServices.GenerateApplicationServicesScripts 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为选定功能生成 SQL 脚本。 脚本将引用由数据库参数指示的数据库。
public:
static System::String ^ GenerateApplicationServicesScripts(bool install, System::Web::Management::SqlFeatures features, System::String ^ database);
public static string GenerateApplicationServicesScripts (bool install, System.Web.Management.SqlFeatures features, string database);
static member GenerateApplicationServicesScripts : bool * System.Web.Management.SqlFeatures * string -> string
Public Shared Function GenerateApplicationServicesScripts (install As Boolean, features As SqlFeatures, database As String) As String
参数
- install
- Boolean
如果为 true
,则生成安装指定功能的脚本;如果为 false
,则生成移除功能的脚本。
- features
- SqlFeatures
SqlFeatures 值的按位组合,指定要为其生成脚本的特定功能。
- database
- String
生成的脚本中使用的 SQL Server 数据库的名称。
返回
返回生成的脚本代码。