Свойство FailedOperationException.FailedObjectName

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

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

Синтаксис

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

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

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

Замечания

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

Примеры

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

См. также

Справочник

FailedOperationException Класс

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