다음을 통해 공유


TypeUsage.IsSubtypeOf(TypeUsage) 메서드

정의

TypeUsage가 지정된 TypeUsage의 하위 형식인지 여부를 확인합니다.

public:
 bool IsSubtypeOf(System::Data::Metadata::Edm::TypeUsage ^ typeUsage);
public bool IsSubtypeOf (System.Data.Metadata.Edm.TypeUsage typeUsage);
member this.IsSubtypeOf : System.Data.Metadata.Edm.TypeUsage -> bool
Public Function IsSubtypeOf (typeUsage As TypeUsage) As Boolean

매개 변수

typeUsage
TypeUsage

확인할 TypeUsage 개체입니다.

반환

TypeUsage가 지정된 TypeUsage의 하위 형식이면 true이고, 그렇지 않으면 false입니다.

적용 대상