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
- 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.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
ElementOwnerInfo