Service.AcceptsPause 屬性

定義

取得 Boolean 屬性值,指定是否可以暫停 SQL Server 服務。

public:
 property bool AcceptsPause { bool get(); };
public bool AcceptsPause { get; }
member this.AcceptsPause : bool
Public ReadOnly Property AcceptsPause As Boolean

屬性值

Boolean

Boolean值,指定是否可以暫停 SQL Server 服務。

如果為 True,則可以暫停服務。

如果為 False (預設值),則不可以暫停服務。

範例

使用 WMI 提供者管理服務和網路設定

適用於