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 result type for this element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetResultType ( _
element As IModelElement _
) As ModelComparisonResultType
public ModelComparisonResultType GetResultType(
IModelElement element
)
public:
ModelComparisonResultType GetResultType(
IModelElement^ element
)
member GetResultType :
element:IModelElement -> ModelComparisonResultType
public function GetResultType(
element : IModelElement
) : ModelComparisonResultType
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element to check.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelComparisonResultType
Returns a ModelComparisonResultType enumeration value.
.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.