リレーションシップ クラスを取得します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Function GetRelationshipClass ( _
name As String _
) As RelationshipClass
'使用
Dim instance As ElementClass
Dim name As String
Dim returnValue As RelationshipClass
returnValue = instance.GetRelationshipClass(name)
public RelationshipClass GetRelationshipClass(
string name
)
public:
RelationshipClass^ GetRelationshipClass(
String^ name
)
public function GetRelationshipClass(
name : String
) : RelationshipClass
パラメータ
- name
型 : System.String
リレーションシップ クラスを指定します。
戻り値
型 : Microsoft.Data.Schema.SchemaModel.RelationshipClass