Partager via


FailedObjectName propriété

Gets the name of the object that is associated with the failed operation.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Property FailedObjectName As String
    Get
    Set
'Utilisation
Dim instance As FailedOperationException
Dim value As String

value = instance.FailedObjectName

instance.FailedObjectName = value
public string FailedObjectName { get; set; }
public:
property String^ FailedObjectName {
    String^ get ();
    void set (String^ value);
}
member FailedObjectName : string with get, set
function get FailedObjectName () : String
function set FailedObjectName (value : String)

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the name of the object that is associated with the failed operation.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.