ITypeDescriptor Interface

Represents a data structure in the external system.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface ITypeDescriptor _
    Inherits IMetadataObject, IMetadataStruct
'Usage
Dim instance As ITypeDescriptor
public interface ITypeDescriptor : IMetadataObject, 
    IMetadataStruct

Remarks

TypeDescriptors provide data type information as well as semantic information for the structures on the external system. The type information includes the data type.

See Also

Reference

ITypeDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace