関連付ける要素のメタデータ型を取得します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property RelatingElement As ElementClass
'使用
Dim instance As RelationshipClass
Dim value As ElementClass
value = instance.RelatingElement
public ElementClass RelatingElement { get; }
public:
property ElementClass^ RelatingElement {
ElementClass^ get ();
}
public function get RelatingElement () : ElementClass
プロパティ値
型 : Microsoft.Data.Schema.SchemaModel.ElementClass