ModelElementClass.GetRelationshipClass – metoda
Vrátí zadaný název definovaný vztah.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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
Parametry
- name
Typ: System.String
Název relace.
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Definovaný název relace.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.