NavigationEntity.INavigationEntityInfo.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties defined for the entity.
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
Property Value
The properties defined for the entity.