Compartir a través de


FailedObjectName Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Property FailedObjectName As String
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.