Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.