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 資料庫名稱。
傳回
傳回產生的指令碼。