Поделиться через


Метод ModelReader.GetVersions

Gets a list of identifiers of all the versions for the model 'modelId'.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public Function GetVersions ( _
    versionStatusTypes As VersionStatusFlags _
) As Collection(Of Identifier)
'Применение
Dim instance As ModelReader 
Dim versionStatusTypes As VersionStatusFlags 
Dim returnValue As Collection(Of Identifier)

returnValue = instance.GetVersions(versionStatusTypes)
public Collection<Identifier> GetVersions(
    VersionStatusFlags versionStatusTypes
)
public:
Collection<Identifier^>^ GetVersions(
    VersionStatusFlags versionStatusTypes
)
member GetVersions : 
        versionStatusTypes:VersionStatusFlags -> Collection<Identifier> 
public function GetVersions(
    versionStatusTypes : VersionStatusFlags
) : Collection<Identifier>

Параметры

Возвращаемое значение

Тип: System.Collections.ObjectModel.Collection<Identifier>
The collection of version identifiers for the model.

Замечания

GetVersions throws ArgumentOutOfRangeException if versionStatusTypes has an invalid value.

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

См. также

Справочник

ModelReader Класс

Пространство имен Microsoft.MasterDataServices.Deployment