ValidationState-Konstruktor (String, String)
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. 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 (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
bindingKey As String _
)
'Usage
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
)
Parameter
- message
Typ: System. . :: . .String
Specifies the error message.
- bindingKey
Typ: System. . :: . .String
Specifies the name of the property that generated the exception.
Hinweise
By default, the fault type is set as Error.