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)

屬性值

IEnumerable<INavigationPropertyInfo>

表示導覽檢視資訊之資料行的值。

適用於