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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.