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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间