Aracılığıyla paylaş


ObjectItemCollection.GetClrType Yöntem

Tanım

Belirtilen OSpace türü bağımsız değişkeni için temel alınan CLR türünü döndürür.

Aşırı Yüklemeler

GetClrType(EnumType)

yöntemi, belirtilen OSpace türü bağımsız değişkeni için temel alınan CLR türünü döndürür. Parametrenin DataSpace'i OSpace değilse, bir ArgumentException oluşturulur.

GetClrType(StructuralType)

objectSpaceType parametresi tarafından sağlanana karşılık gelen StructuralType CLR türünü döndürür.

GetClrType(EnumType)

yöntemi, belirtilen OSpace türü bağımsız değişkeni için temel alınan CLR türünü döndürür. Parametrenin DataSpace'i OSpace değilse, bir ArgumentException oluşturulur.

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

Parametreler

objectSpaceType
EnumType

Aramak için OSpace türü.

Döndürülenler

OSpace bağımsız değişkeninin CLR türü.

Şunlara uygulanır

GetClrType(StructuralType)

objectSpaceType parametresi tarafından sağlanana karşılık gelen StructuralType CLR türünü döndürür.

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

Parametreler

objectSpaceType
StructuralType

StructuralType Nesne alanı türünü temsil eden bir.

Döndürülenler

OSpace bağımsız değişkeninin CLR türü.

Şunlara uygulanır