INavigationEntityInfo.Properties プロパティ

定義

エンティティに対して定義されたプロパティを取得します。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationPropertyInfo ^> ^ Properties { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::INavigationPropertyInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.INavigationPropertyInfo> Properties { get; }
member this.Properties : seq<Microsoft.SqlServer.Management.INavigationPropertyInfo>
Public ReadOnly Property Properties As IEnumerable(Of INavigationPropertyInfo)

プロパティ値

エンティティに対して定義されたプロパティ。

適用対象