共用方式為


ModelElementClass.GetRelationshipClass 方法

傳回由提供之名稱所定義的關聯性。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function GetRelationshipClass ( _
    name As String _
) As ModelRelationshipClass
public ModelRelationshipClass GetRelationshipClass(
    string name
)
public:
ModelRelationshipClass^ GetRelationshipClass(
    String^ name
)
member GetRelationshipClass : 
        name:string -> ModelRelationshipClass 
public function GetRelationshipClass(
    name : String
) : ModelRelationshipClass

參數

傳回值

型別:Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
由名稱所定義的關聯性。

.NET Framework 安全性

請參閱

參考

ModelElementClass 類別

Microsoft.Data.Schema.SchemaModel 命名空間

ModelRelationshipClass