Свойство Operation
Gets the operation that failed.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Property Operation As String
Get
Set
'Применение
Dim instance As FailedOperationException
Dim value As String
value = instance.Operation
instance.Operation = value
public string Operation { get; set; }
public:
property String^ Operation {
String^ get ();
void set (String^ value);
}
member Operation : string with get, set
function get Operation () : String
function set Operation (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the operation that failed.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.