次の方法で共有


ModelRelationshipClass クラス

リレーションシップのメタデータ クラス。

継承階層

System.Object
  Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public NotInheritable Class ModelRelationshipClass
'使用
Dim instance As ModelRelationshipClass
public sealed class ModelRelationshipClass
public ref class ModelRelationshipClass sealed
[<SealedAttribute>]
type ModelRelationshipClass =  class end
public final class ModelRelationshipClass

ModelRelationshipClass 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ FromObjectClass リレーションシップの参照元オブジェクトの ModelTypeClass。これは、リレーションシップの基になるオブジェクトのクラスを表します。
パブリック プロパティ Name リレーションシップ名。
パブリック プロパティ Properties リレーションシップのプロパティ。
パブリック プロパティ SupportedPlatforms このリレーションシップがサポートされている TSqlPlatforms のバージョン。
パブリック プロパティ Type リレーションシップの種類。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

TSqlModelSchema メタデータ クラスを使用すると、TSqlSchemaModel インスタンス内の構造データおよびインスタンス データにアクセスできます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Dac.Model 名前空間