Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of identifiers of all the user-defined models in the system for which the current user is an administrator.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Collection<Identifier> GetModels()
public:
Collection<Identifier^>^ GetModels()
member GetModels : unit -> Collection<Identifier>
Public Function GetModels As Collection(Of Identifier)
Return Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of model identifers matching the models in the system.
Remarks
GetModels throws ServiceAdapterException if errors were returned from a service call.
See Also
ModelReader Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top