EvaluationDetail.Exception プロパティ
例外が発生した場合に、例外の説明を取得します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Exception As String
Get
Friend Set
'使用
Dim instance As EvaluationDetail
Dim value As String
value = instance.Exception
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string Exception { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ Exception {
String^ get ();
internal: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member Exception : string with get, internal set
function get Exception () : String
internal function set Exception (value : String)
プロパティ値
型: System.String
例外の説明を含む String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。