Operation Propiedad
Gets the operation that failed.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Property Operation As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the operation that failed.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también