表示 EDM 複雜型別的定義。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
Public Interface IEdmComplexType _
Inherits IEdmStructuredType, IEdmSchemaType, IEdmSchemaElement, IEdmNamedElement, _
IEdmVocabularyAnnotatable, IEdmType, IEdmElement
'用途
Dim instance As IEdmComplexType
public interface IEdmComplexType : IEdmStructuredType,
IEdmSchemaType, IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmType,
IEdmElement
public interface class IEdmComplexType : IEdmStructuredType,
IEdmSchemaType, IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmType,
IEdmElement
type IEdmComplexType =
interface
interface IEdmStructuredType
interface IEdmSchemaType
interface IEdmSchemaElement
interface IEdmNamedElement
interface IEdmVocabularyAnnotatable
interface IEdmType
interface IEdmElement
end
public interface IEdmComplexType extends IEdmStructuredType, IEdmSchemaType, IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmType, IEdmElement
IEdmComplexType 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
BaseType | 取得這個型別的基底類型 (Base Type)。 (繼承自 IEdmStructuredType。) |
![]() |
DeclaredProperties | 取得在此型別內即時宣告的屬性。 (繼承自 IEdmStructuredType。) |
![]() |
IsAbstract | 取得值,這個值表示此型別是否為抽象型別。 (繼承自 IEdmStructuredType。) |
![]() |
IsOpen | 取得值,這個值表示此型別是否為開啟型別。 (繼承自 IEdmStructuredType。) |
![]() |
Name | 取得此元素的名稱。 (繼承自 IEdmNamedElement。) |
![]() |
Namespace | 取得此結構描述元素所屬的命名空間。 (繼承自 IEdmSchemaElement。) |
![]() |
SchemaElementKind | 取得此結構描述元素的類型。 (繼承自 IEdmSchemaElement。) |
![]() |
TypeKind | 取得此型別的類型。 (繼承自 IEdmType。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
FindProperty | 以指定之名稱在此型別及所有基底型別中搜尋結構化或導覽屬性,如果沒有這樣的屬性則傳回 null。 (繼承自 IEdmStructuredType。) |
上層
擴充 方法
上層
.gif)
.gif)
.gif)