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)

プロパティ値

この詳細ビューに定義されているプロパティ、またはこの詳細ビューに必要なプロパティを表す値です。

適用対象