Proprietà ValidationResult.ErrorDetails

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets an Exception value containing details on the error thrown during validation.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ErrorDetails As Exception 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nullriferimento Null (Nothing in Visual Basic)..

Vedere anche

Riferimento

ValidationResult Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc