Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the IDictionary interface that stores help link and advanced information associated with the top-level message.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public ReadOnly Property Data As IDictionary
Get
'Usage
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
Eigenschaftswert
Typ: System.Collections.IDictionary
An IDictionary interface.
Hinweise
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.