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 den komplexen Basistyp ab.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function BaseComplexType ( _
type As IEdmComplexType _
) As IEdmComplexType
'Usage
Dim type As IEdmComplexType
Dim returnValue As IEdmComplexType
returnValue = type.BaseComplexType()
public static IEdmComplexType BaseComplexType(
this IEdmComplexType type
)
[ExtensionAttribute]
public:
static IEdmComplexType^ BaseComplexType(
IEdmComplexType^ type
)
static member BaseComplexType :
type:IEdmComplexType -> IEdmComplexType
public static function BaseComplexType(
type : IEdmComplexType
) : IEdmComplexType
Parameter
- type
Typ: Microsoft.Data.Edm.IEdmComplexType
Der komplexe Typ.
Rückgabewert
Typ: Microsoft.Data.Edm.IEdmComplexType
Der komplexe Basistyp.
Hinweis zur Verwendung
In Visual Basic und C# können Sie die Methode als Instanzenmethode für jedes Objekt vom Typ IEdmComplexType aufrufen. Wenn Sie Instanzmethodensyntax zum Aufruf dieser Methode verwenden, vernachlässigen Sie den ersten Parameter. Weitere Informationen finden Sie unter https://msdn.microsoft.com/de-de/library/bb384936(v=vs.103) oder https://msdn.microsoft.com/de-de/library/bb383977(v=vs.103).