ValidationState 类
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Provides data on the state of an SFC validation operation.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ValidationState
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Class ValidationState
用法
Dim instance As ValidationState
public class ValidationState
public ref class ValidationState
type ValidationState = class end
public class ValidationState
ValidationState 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ValidationState() () () () | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Initializes a new, default instance of the ValidationState class. | |
ValidationState(Exception, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Initializes a new instance of the ValidationState class with the specified exception and binding key. | |
ValidationState(String, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Initializes a new instance of the ValidationState class with the specified message and binding key. | |
ValidationState(Exception, String, Boolean) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, Exception, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Initializes a new instance of the ValidationState class with the specified exception, binding key, and fault type. | |
ValidationState(String, String, Boolean) | 不要在您的代码中直接引用此成员。它支持 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) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Initializes a new instance of the ValidationState class with the specified message, exception, binding key, and fault type. |
页首
属性
名称 | 说明 | |
---|---|---|
HasErrors | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Gets a value indicating whether the ValidationState contains one or more errors. | |
HasWarnings | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Gets a value indicating whether the ValidationState contains one or more warnings. | |
Results | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Gets the list of results associated with this validation state. |
页首
方法
名称 | 说明 | |
---|---|---|
AddError(Exception, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Adds an error with the specified exception and binding key to the ValidationState. | |
AddError(String, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Adds an error with the specified message and binding key to the ValidationState. | |
AddError(String, Exception, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Adds an error with the specified message, exception, and binding key to the ValidationState. | |
AddWarning(Exception, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Adds a warning with the specified exception and binding key to the ValidationState. | |
AddWarning(String, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Adds a warning with the specified message and binding key to the ValidationState. | |
AddWarning(String, Exception, String) | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。. Adds a warning with the specified message, exception and binding key to the ValidationState. | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。