次の方法で共有


ModelElementOwnerInfo.ComposingOwner プロパティ

作成中の所有者を取得します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public ReadOnly Property ComposingOwner As IModelElement
'使用
Dim instance As ModelElementOwnerInfo
Dim value As IModelElement

value = instance.ComposingOwner
public IModelElement ComposingOwner { get; }
public:
property IModelElement^ ComposingOwner {
    IModelElement^ get ();
}
public function get ComposingOwner () : IModelElement

プロパティ値

型 : Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement を返します。

解説

値は null である可能性があります。

参照

参照

ModelElementOwnerInfo クラス

ModelElementOwnerInfo メンバ

Microsoft.Data.Schema.SchemaModel 名前空間