指定されたリレーションシップに関連するオブジェクトの型の説明を返します。
名前空間: Microsoft.Data.Schema
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Overridable Function GetRelatedElementTypeDescription ( _
relationship As ModelRelationshipClass _
) As String
public virtual string GetRelatedElementTypeDescription(
ModelRelationshipClass relationship
)
public:
virtual String^ GetRelatedElementTypeDescription(
ModelRelationshipClass^ relationship
)
abstract GetRelatedElementTypeDescription :
relationship:ModelRelationshipClass -> string
override GetRelatedElementTypeDescription :
relationship:ModelRelationshipClass -> string
public function GetRelatedElementTypeDescription(
relationship : ModelRelationshipClass
) : String
パラメーター
- relationship
型: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
ModelRelationshipClass メタデータ オブジェクト。
戻り値
型: System.String
関連するモデル要素の型の説明。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。