INavigationViewInfo.Columns プロパティ

定義

ナビゲーション ビュー情報の列を取得します。

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

プロパティ値

ナビゲーション ビュー情報の列を表す値です。

適用対象