Compartilhar via


Propriedade do RDL FailedOperationException.FailedObjectName

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

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

Sintaxe

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

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

Comentários

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

Exemplos

Manipulando exceções SMO

Consulte também

Referência

FailedOperationException Classe

Namespace Microsoft.SqlServer.Management.Dmf