次の方法で共有


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 SQL Server サービスのスタートアップ パラメーターを指定する 値。

WMI プロバイダーを使用したサービスの管理とネットワーク設定

適用対象