Propriété Operation
Gets the operation that failed.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Property Operation As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A String value that specifies the operation that failed.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi