次の方法で共有


EdmItemCollection.GetPrimitiveTypes メソッド

定義

PrimitiveType オブジェクトのコレクションを返します。

オーバーロード

GetPrimitiveTypes()

PrimitiveType オブジェクトのコレクションを返します。

GetPrimitiveTypes(Double)

指定した概念モデル バージョンの PrimitiveType オブジェクトのコレクションを返します。

GetPrimitiveTypes()

PrimitiveType オブジェクトのコレクションを返します。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetPrimitiveTypes();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes ();
member this.GetPrimitiveTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
Public Function GetPrimitiveTypes () As ReadOnlyCollection(Of PrimitiveType)

戻り値

PrimitiveType オブジェクトのコレクションを表す ReadOnlyCollection オブジェクト。

適用対象

GetPrimitiveTypes(Double)

指定した概念モデル バージョンの PrimitiveType オブジェクトのコレクションを返します。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetPrimitiveTypes(double edmVersion);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes (double edmVersion);
member this.GetPrimitiveTypes : double -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
Public Function GetPrimitiveTypes (edmVersion As Double) As ReadOnlyCollection(Of PrimitiveType)

パラメーター

edmVersion
Double

概念モデル バージョン。

戻り値

PrimitiveType オブジェクトのコレクションを表す ReadOnlyCollection オブジェクト。

適用対象