다음을 통해 공유


ModelReader.GetModels 메서드

Gets a list of identifiers of all the user-defined models in the system for which the current user is an administrator.

네임스페이스:  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>
A collection of model identifers matching the models in the system.

주의

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

참고 항목

참조

ModelReader 클래스

Microsoft.MasterDataServices.Deployment 네임스페이스