Свойство FailedOperationException.FailedObjectType

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

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Property FailedObjectType As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
A String value that specifies the type of the object that is associated with the failed operation.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Обработка исключений SMO

См. также

Справочник

FailedOperationException Класс

Пространство имен Microsoft.SqlServer.Management.Dmf