ValidationResult Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.. The ValidationResult class contains information on the results of an SFC validate operation.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | BindingKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the name of the property that caused the validation error. |
![]() | ErrorDetails | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets an Exception value containing details on the error thrown during validation. |
![]() | IsWarning | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets a value indicating whether the validation resulted in a warning. |
![]() | Text | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the text of the validation result item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


