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
.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.