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)

屬性值

IEnumerable<INavigationPropertyInfo>

針對實體定義的屬性。

適用於