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


Свойство ExceptionMessageBox.Data

Gets the IDictionary interface that stores help link and advanced information associated with the top-level message.

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

Синтаксис

'Декларация
Public ReadOnly Property Data As IDictionary 
    Get
'Применение
Dim instance As ExceptionMessageBox 
Dim value As IDictionary 

value = instance.Data
public IDictionary Data { get; }
public:
property IDictionary^ Data {
    IDictionary^ get ();
}
member Data : IDictionary
function get Data () : IDictionary

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

Тип: System.Collections.IDictionary
An IDictionary interface.

Замечания

The Data property is read-only.

Entries in the dictionary can be added and removed by using methods on the IDictionary interface returned by the Data property.

См. также

Справочник

ExceptionMessageBox Класс

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