Поделиться через


Свойство AdapterWrongNumberOfArgumentsException.Adapter

Gets the adapter that is associated with the exception.

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

Синтаксис

'Декларация
Public ReadOnly Property Adapter As String 
    Get
'Применение
Dim instance As AdapterWrongNumberOfArgumentsException 
Dim value As String 

value = instance.Adapter
public string Adapter { get; }
public:
property String^ Adapter {
    String^ get ();
}
member Adapter : string
function get Adapter () : String

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

Тип: System.String
A String value that specifies the name of the adapter that is associated with the exception.

Замечания

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

Примеры

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

См. также

Справочник

AdapterWrongNumberOfArgumentsException Класс

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