次の方法で共有


ObjectItemCollection.GetClrType メソッド

定義

指定した OSpace 型引数の基になる CLR 型を返します。

オーバーロード

GetClrType(EnumType)

メソッドは、指定した OSpace 型引数について、基になる CLR 型を返します。 パラメーターの DataSpace が OSpace でない場合は、ArgumentException がスローされます。

GetClrType(StructuralType)

objectSpaceType パラメーターに指定された StructuralType に対応する CLR 型を返します。

GetClrType(EnumType)

メソッドは、指定した OSpace 型引数について、基になる CLR 型を返します。 パラメーターの DataSpace が OSpace でない場合は、ArgumentException がスローされます。

public:
 Type ^ GetClrType(System::Data::Metadata::Edm::EnumType ^ objectSpaceType);
public Type GetClrType (System.Data.Metadata.Edm.EnumType objectSpaceType);
member this.GetClrType : System.Data.Metadata.Edm.EnumType -> Type
Public Function GetClrType (objectSpaceType As EnumType) As Type

パラメーター

objectSpaceType
EnumType

検索対象の OSpace 型。

戻り値

OSpace 引数の CLR 型。

適用対象

GetClrType(StructuralType)

objectSpaceType パラメーターに指定された StructuralType に対応する CLR 型を返します。

public:
 Type ^ GetClrType(System::Data::Metadata::Edm::StructuralType ^ objectSpaceType);
public Type GetClrType (System.Data.Metadata.Edm.StructuralType objectSpaceType);
member this.GetClrType : System.Data.Metadata.Edm.StructuralType -> Type
Public Function GetClrType (objectSpaceType As StructuralType) As Type

パラメーター

objectSpaceType
StructuralType

オブジェクト空間型を表す StructuralType

戻り値

OSpace 引数の CLR 型。

適用対象