Свойство Interface
Gets the interface that is associated with the exception.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public ReadOnly Property Interface As String
Get
'Применение
Dim instance As AdapterAlreadyExistsException
Dim value As String
value = instance.Interface
public string Interface { get; }
public:
property String^ Interface {
String^ get ();
}
member Interface : string
function get Interface () : String
Значение свойства
Тип: System. . :: . .String
A String value that specifies the name of the interface that is associated with the exception.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также