次の方法で共有


ModelReader.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<Identifier>
システム内のモデルに一致するモデル識別子のコレクション。

説明

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

関連項目

参照

ModelReader クラス

Microsoft.MasterDataServices.Deployment 名前空間