Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of identifiers of all the versions for the model 'modelId'.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Function GetVersions ( _
versionStatusTypes As VersionStatusFlags _
) As Collection(Of Identifier)
'Usage
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>
Parameter
- versionStatusTypes
Typ: Microsoft.MasterDataServices.Deployment.VersionStatusFlags
Limits returned version identifiers to versions of these status types.
Rückgabewert
Typ: System.Collections.ObjectModel.Collection<Identifier>
The collection of version identifiers for the model.
Hinweise
GetVersions throws ArgumentOutOfRangeException if versionStatusTypes has an invalid value.
GetVersions throws ServiceAdapterException if errors were returned from a service call.