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.
Ruft die Schlüssel- und Werteigenschaften ab.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected ReadOnly Property PropertiesDictionary As IDictionary(Of String, IEdmProperty)
Get
'Usage
Dim value As IDictionary(Of String, IEdmProperty)
value = Me.PropertiesDictionary
protected IDictionary<string, IEdmProperty> PropertiesDictionary { get; }
protected:
property IDictionary<String^, IEdmProperty^>^ PropertiesDictionary {
IDictionary<String^, IEdmProperty^>^ get ();
}
member PropertiesDictionary : IDictionary<string, IEdmProperty>
function get PropertiesDictionary () : IDictionary<String, IEdmProperty>
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<String, IEdmProperty>
Die Schlüssel- und Werteigenschaften.