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 einen Definition eines primitiven Typs ab.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Function GetPrimitiveType ( _
kind As EdmPrimitiveTypeKind _
) As IEdmPrimitiveType
'Usage
Dim instance As EdmCoreModel
Dim kind As EdmPrimitiveTypeKind
Dim returnValue As IEdmPrimitiveType
returnValue = instance.GetPrimitiveType(kind)
public IEdmPrimitiveType GetPrimitiveType(
EdmPrimitiveTypeKind kind
)
public:
IEdmPrimitiveType^ GetPrimitiveType(
EdmPrimitiveTypeKind kind
)
member GetPrimitiveType :
kind:EdmPrimitiveTypeKind -> IEdmPrimitiveType
public function GetPrimitiveType(
kind : EdmPrimitiveTypeKind
) : IEdmPrimitiveType
Parameter
- kind
Typ: Microsoft.Data.Edm.EdmPrimitiveTypeKind
Die Art des primitiven Typs.
Rückgabewert
Typ: Microsoft.Data.Edm.IEdmPrimitiveType
Eine Definition eines primitiven Typs.