Constructeur 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.

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 Sub New ( _
    message As String, _
    bindingKey As String _
)
'Utilisation
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
)

Paramètres

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

Notes

By default, the fault type is set as Error.

Voir aussi

Référence

ValidationState Classe

Surcharge ValidationState

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc