Partilhar via


Construtor ValidationState (String, String)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Initializes a new instance of the ValidationState class with the specified message and binding key.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    bindingKey As String _
)
'Uso
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
)

Parâmetros

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

Comentários

By default, the fault type is set as Error.

Consulte também

Referência

ValidationState Classe

Sobrecarregado ValidationState

Namespace Microsoft.SqlServer.Management.Sdk.Sfc