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