Метод ValidationState.AddError (String, String)
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.. Adds an error with the specified message and binding key to the ValidationState.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub AddError ( _
message As String, _
bindingKey As String _
)
'Применение
Dim instance As ValidationState
Dim message As String
Dim bindingKey As String
instance.AddError(message, bindingKey)
public void AddError(
string message,
string bindingKey
)
public:
void AddError(
String^ message,
String^ bindingKey
)
member AddError :
message:string *
bindingKey:string -> unit
public function AddError(
message : String,
bindingKey : String
)
Параметры
- message
Тип: System.String
Specifies the error message.
- bindingKey
Тип: System.String
Specifies the name of the property that generated the exception.