ValidationState Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Provides data on the state of an SFC validation operation.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Name | Description | |
---|---|---|
![]() | ValidationState() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new, default instance of the ValidationState class. |
![]() | ValidationState(Exception, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified exception and binding key. |
![]() | ValidationState(Exception, String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. |
![]() | ValidationState(String, Exception, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. |
![]() | ValidationState(String, Exception, String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type. |
![]() | ValidationState(String, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified message and binding key. |
![]() | ValidationState(String, String, Boolean) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified error message, binding key, and fault type. |
Name | Description | |
---|---|---|
![]() | HasErrors | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets a value indicating whether the ValidationState contains one or more errors. |
![]() | HasWarnings | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets a value indicating whether the ValidationState contains one or more warnings. |
![]() | Results | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the list of results associated with this validation state. |
Name | Description | |
---|---|---|
![]() | AddError(Exception, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds an error with the specified exception and binding key to the ValidationState. |
![]() | AddError(String, Exception, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds an error with the specified message, exception, and binding key to the ValidationState. |
![]() | AddError(String, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds an error with the specified message and binding key to the ValidationState. |
![]() | AddWarning(Exception, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds a warning with the specified exception and binding key to the ValidationState. |
![]() | AddWarning(String, Exception, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds a warning with the specified message, exception and binding key to the ValidationState. |
![]() | AddWarning(String, String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds a warning with the specified message and binding key to the ValidationState. |
![]() | 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.