TargetType プロパティ

例外に関連付けられているオブジェクトの型を取得します。

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

構文

'宣言
Public ReadOnly Property TargetType As String
    Get
'使用
Dim instance As FunctionNotASmoObjectException
Dim value As String

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

プロパティ値

型: System. . :: . .String
例外に関連付けられているオブジェクトの型を示す String 値です。

説明

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