共用方式為


ValidationState 建構函式 (String, String)

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。. Initializes a new instance of the ValidationState class with the specified message and binding key.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    bindingKey As String _
)
'用途
Dim message As String 
Dim bindingKey As String 

Dim instance As New ValidationState(message, _
    bindingKey)
public ValidationState(
    string message,
    string bindingKey
)
public:
ValidationState(
    String^ message, 
    String^ bindingKey
)
new : 
        message:string * 
        bindingKey:string -> ValidationState
public function ValidationState(
    message : String, 
    bindingKey : String
)

參數

  • bindingKey
    型別:System.String
    Specifies the name of the property that generated the exception.

備註

By default, the fault type is set as Error.

請參閱

參考

ValidationState 類別

ValidationState 多載

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