Condividi tramite


Metodo GetModels

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
Public Function GetModels As Collection(Of Identifier)
'Utilizzo
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>

Valore restituito

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
A collection of model identifers matching the models in the system.

Osservazioni

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