Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the type description of the specified element.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function GetElementTypeDescription ( _
elementClass As ModelElementClass _
) As String
public virtual string GetElementTypeDescription(
ModelElementClass elementClass
)
public:
virtual String^ GetElementTypeDescription(
ModelElementClass^ elementClass
)
abstract GetElementTypeDescription :
elementClass:ModelElementClass -> string
override GetElementTypeDescription :
elementClass:ModelElementClass -> string
public function GetElementTypeDescription(
elementClass : ModelElementClass
) : String
Parameters
- elementClass
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
A ModelElementClass object.
Return Value
Type: System.String
The type description for the provided element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.