次の方法で共有


GetModels メソッド

システム内のすべてのユーザー定義モデルの識別子の一覧を取得します。

名前空間:  Microsoft.MasterDataServices.Deployment
アセンブリ:  Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)

構文

'宣言
Public Function GetModels As Collection(Of Identifier)
'使用
Dim instance As ModelReader
Dim returnValue As Collection(Of Identifier)

returnValue = instance.GetModels()
public Collection<Identifier> GetModels()
public:
Collection<Identifier^>^ GetModels()
member GetModels : unit -> Collection<Identifier> 
public function GetModels() : Collection<Identifier>

戻り値

型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
システム内のモデルに一致するモデル識別子のコレクション。

説明

エラーがサービス呼び出しから返された場合は、GetModels が ServiceAdapterException をスローします。