Classe ValidationState
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Provides data on the state of an SFC validation operation.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Class ValidationState
'Utilisation
Dim instance As ValidationState
public class ValidationState
public ref class ValidationState
type ValidationState = class end
public class ValidationState
Le type ValidationState expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ValidationState() | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new, default instance of the ValidationState class. | |
ValidationState(Exception, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new instance of the ValidationState class with the specified exception and binding key. | |
ValidationState(String, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new instance of the ValidationState class with the specified message and binding key. | |
ValidationState(Exception, String, Boolean) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, Exception, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, String, Boolean) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new instance of the ValidationState class with the specified error message, binding key, and fault type. | |
ValidationState(String, Exception, String, Boolean) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
HasErrors | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets a value indicating whether the ValidationState contains one or more errors. | |
HasWarnings | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings. | |
Results | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets the list of results associated with this validation state. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
AddError(Exception, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Adds an error with the specified exception and binding key to the ValidationState. | |
AddError(String, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Adds an error with the specified message and binding key to the ValidationState. | |
AddError(String, Exception, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Adds an error with the specified message, exception, and binding key to the ValidationState. | |
AddWarning(Exception, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Adds a warning with the specified exception and binding key to the ValidationState. | |
AddWarning(String, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Adds a warning with the specified message and binding key to the ValidationState. | |
AddWarning(String, Exception, String) | Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Adds a warning with the specified message, exception and binding key to the ValidationState. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.