ObjectItemCollection.GetClrType 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 OSpace 型別引數的基礎 CLR 型別。
多載
GetClrType(EnumType) |
此方法會傳回指定的 OSpace 型別引數的基礎 CLR 型別。 如果參數的 DataSpace 不是 OSpace,則會擲回 ArgumentException。 |
GetClrType(StructuralType) |
傳回 CLR 型別,這個型別對應到由 objectSpaceType 參數所提供的 StructuralType。 |
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)
傳回 CLR 型別,這個型別對應到由 objectSpaceType 參數所提供的 StructuralType。
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 型別。