Service.ExitCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Win32 錯誤碼,該錯誤碼會定義啟動和停止 SQL Server 服務時所遇到的問題。
public:
property int ExitCode { int get(); };
public int ExitCode { get; }
member this.ExitCode : int
Public ReadOnly Property ExitCode As Integer
屬性值
指定 Win32 錯誤碼的 Int32 值,定義啟動和停止服務時所遇到的問題。