InvalidSqlServer2005StoreFormatException クラス
InvalidSqlServer2005StoreFormatException クラスは、ストレージ形式が正しくない場合に発生する例外です。
名前空間: Microsoft.SqlServer.Management.RegisteredServers
アセンブリ: Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)
構文
'宣言
<SerializableAttribute> _
Public Class InvalidSqlServer2005StoreFormatException _
Inherits RegisteredServerException
'使用
Dim instance As InvalidSqlServer2005StoreFormatException
[SerializableAttribute]
public class InvalidSqlServer2005StoreFormatException : RegisteredServerException
[SerializableAttribute]
public ref class InvalidSqlServer2005StoreFormatException : public RegisteredServerException
[<SerializableAttribute>]
type InvalidSqlServer2005StoreFormatException =
class
inherit RegisteredServerException
end
public class InvalidSqlServer2005StoreFormatException extends RegisteredServerException
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServerException
Microsoft.SqlServer.Management.RegisteredServers..::..InvalidSqlServer2005StoreFormatException
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。