ServiceController.MachineName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這項服務所在的電腦名稱。
public:
property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public:
property System::String ^ MachineName { System::String ^ get(); };
public string MachineName { get; set; }
public string MachineName { get; }
[System.ComponentModel.Browsable(false)]
[System.ServiceProcess.ServiceProcessDescription("SPMachineName")]
public string MachineName { get; set; }
[System.ComponentModel.Browsable(false)]
[System.ServiceProcess.ServiceProcessDescription("SPMachineName")]
[System.ComponentModel.SettingsBindable(true)]
public string MachineName { get; set; }
member this.MachineName : string with get, set
member this.MachineName : string
[<System.ComponentModel.Browsable(false)>]
[<System.ServiceProcess.ServiceProcessDescription("SPMachineName")>]
member this.MachineName : string with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.ServiceProcess.ServiceProcessDescription("SPMachineName")>]
[<System.ComponentModel.SettingsBindable(true)>]
member this.MachineName : string with get, set
Public Property MachineName As String
Public ReadOnly Property MachineName As String
屬性值
正在執行與這個 ServiceController 執行個體關聯之服務的電腦名稱。 預設值是本機電腦 (".")。
- 屬性
例外狀況
MachineName 語法無效。
備註
電腦名稱稱是執行此服務的伺服器名稱,不含上述反斜線字元 (\\) 。