Compartilhar via


Propriedade do RDL FailedOperationException.FailedObjectType

Gets the type 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 FailedObjectType As String 
    Get 
    Set
'Uso
Dim instance As FailedOperationException 
Dim value As String 

value = instance.FailedObjectType

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

Valor da propriedade

Tipo: System.String
A String value that specifies the type 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