Compartilhar via


Propriedade do RDL Operation

Gets the operation that failed.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .String
A String value that specifies the operation that failed.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.