INavigationDetailsViewInfo.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)

屬性值

一個代表此詳細視圖所定義或所需的屬性的值。

適用於