NavigationEntity.INavigationEntityInfo.Properties プロパティ

定義

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

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

プロパティ値

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

実装

適用対象