ObjectType プロパティ

検証中にエラーが発生したオブジェクトの型を取得します。

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

構文

'宣言
Public ReadOnly Property ObjectType As String
    Get
'使用
Dim instance As ObjectValidationException
Dim value As String

value = instance.ObjectType
public string ObjectType { get; }
public:
property String^ ObjectType {
    String^ get ();
}
member ObjectType : string
function get ObjectType () : String

プロパティ値

型: System. . :: . .String
検証中にエラーが発生したオブジェクトの型を示す String 値です。

説明

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