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
'Usage
Dim instance As IModelElement
Dim returnValue As ModelElementOwnerInfo
returnValue = instance.GetOwnerInfo()
ModelElementOwnerInfo GetOwnerInfo()
ModelElementOwnerInfo^ GetOwnerInfo()
function GetOwnerInfo() : ModelElementOwnerInfo
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelElementOwnerInfo
Returns a ElementOwnerInfo.
Remarks
Never returns null.
.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.