Поделиться через


Свойство StartupParameters

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Public Property StartupParameters As String
    Get
    Set
'Применение
Dim instance As Service
Dim value As String

value = instance.StartupParameters

instance.StartupParameters = value
public string StartupParameters { get; set; }
public:
property String^ StartupParameters {
    String^ get ();
    void set (String^ value);
}
member StartupParameters : string with get, set
function get StartupParameters () : String
function set StartupParameters (value : String)

Значение свойства

Тип: System. . :: . .String
A String value that specifies the startup parameters for the SQL Server service.