GetModels 方法

Gets a list of identifiers of all the user-defined models in the system.

命名空间:  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> ) > ) >
A collection of model identifers matching the models in the system.

注释

GetModels throws ServiceAdapterException if errors were returned from a service call.