RestartPendingException クラス

RestartPendingException クラスは、システム再起動の保留中に生成される例外を表します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<SerializableAttribute> _
Public Class RestartPendingException _
    Inherits DmfException
'使用
Dim instance As RestartPendingException
[SerializableAttribute]
public class RestartPendingException : DmfException
[SerializableAttribute]
public ref class RestartPendingException : public DmfException
[<SerializableAttribute>]
type RestartPendingException =  
    class
        inherit DmfException
    end
public class RestartPendingException extends DmfException

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。