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)

屬性值

一個代表導航檢視資訊欄位的值。

適用於