ModelElement.GetOwnerInfo Method

Returns information about the owner of the current element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetOwnerInfo As ModelElementOwnerInfo
public ModelElementOwnerInfo GetOwnerInfo()
public:
virtual ModelElementOwnerInfo^ GetOwnerInfo() sealed
abstract GetOwnerInfo : unit -> ModelElementOwnerInfo 
override GetOwnerInfo : unit -> ModelElementOwnerInfo 
public final function GetOwnerInfo() : ModelElementOwnerInfo

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelElementOwnerInfo
A ModelElementOwnerInfo object.

Implements

IModelElement.GetOwnerInfo()

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelElementOwnerInfo