IModelElement.GetOwnerInfo Method

Returns information about the element owner.

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

Syntax

'Declaration
Function GetOwnerInfo As ModelElementOwnerInfo
ModelElementOwnerInfo GetOwnerInfo()
ModelElementOwnerInfo^ GetOwnerInfo()
abstract GetOwnerInfo : unit -> ModelElementOwnerInfo 
function GetOwnerInfo() : ModelElementOwnerInfo

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelElementOwnerInfo
An ElementOwnerInfo object.

Remarks

Never returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

ElementOwnerInfo