Service.StartupParameters Property

Definition

Gets or sets any startup parameters for the SQL Server service.

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

Property Value

A String value that specifies the startup parameters for the SQL Server service.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to