Compartir a través de


ExceptionMessageBox.Data Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public ReadOnly Property Data As IDictionary 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Collections.IDictionary
An IDictionary interface.

Comentarios

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.

Vea también

Referencia

ExceptionMessageBox Clase

Espacio de nombres Microsoft.SqlServer.MessageBox