共用方式為


ErrorDetails 屬性

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. Gets an Exception value containing details on the error thrown during validation.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property ErrorDetails As Exception
    Get
'用途
Dim instance As ValidationResult
Dim value As Exception

value = instance.ErrorDetails
public Exception ErrorDetails { get; }
public:
property Exception^ ErrorDetails {
    Exception^ get ();
}
member ErrorDetails : Exception
function get ErrorDetails () : Exception

屬性值

型別:System. . :: . .Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing).