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.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.ValidationResult

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class ValidationResult
'Usage
Dim instance As ValidationResult
public class ValidationResult
public ref class ValidationResult
type ValidationResult =  class end
public class ValidationResult

The ValidationResult type exposes the following members.

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.
Public property Text Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the text of the validation result item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.