FailedObjectType プロパティ

失敗した操作に関連付けられているオブジェクトの型を取得します。

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

構文

'宣言
Public Property FailedObjectType As String
    Get
    Set
'使用
Dim instance As FailedOperationException
Dim value As String

value = instance.FailedObjectType

instance.FailedObjectType = value
public string FailedObjectType { get; set; }
public:
property String^ FailedObjectType {
    String^ get ();
    void set (String^ value);
}
member FailedObjectType : string with get, set
function get FailedObjectType () : String
function set FailedObjectType (value : String)

プロパティ値

型: System. . :: . .String
失敗した操作に関連付けられているオブジェクトの型を示す String 値です。

説明

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