Freigeben über


Operation-Eigenschaft

Gets the operation that failed.

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

Syntax

'Declaration
Public Property Operation As String
    Get
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.