Service.StartupParameters 屬性

定義

取得或設定 SQL Server 服務的任何啟動參數。

public:
 property System::String ^ StartupParameters { System::String ^ get(); void set(System::String ^ value); };
public string StartupParameters { get; set; }
member this.StartupParameters : string with get, set
Public Property StartupParameters As String

屬性值

String

String值,指定 SQL Server 服務的啟動參數。

範例

使用 WMI 提供者管理服務和網路設定

適用於