Конструктор 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
)
Параметры
- message
Тип: System.String
Specifies the error message.
- bindingKey
Тип: System.String
Specifies the name of the property that generated the exception.
Замечания
By default, the fault type is set as Error.