Service.StartupParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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