Метод ValidationState.AddWarning (String, String)
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.. Adds a warning 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 AddWarning ( _
message As String, _
bindingKey As String _
)
'Применение
Dim instance As ValidationState
Dim message As String
Dim bindingKey As String
instance.AddWarning(message, bindingKey)
public void AddWarning(
string message,
string bindingKey
)
public:
void AddWarning(
String^ message,
String^ bindingKey
)
member AddWarning :
message:string *
bindingKey:string -> unit
public function AddWarning(
message : String,
bindingKey : String
)
Параметры
- message
Тип: System.String
Specifies the error message.
- bindingKey
Тип: System.String
Specifies the name of the property that generated the exception.