Enum DatabaseServerProperties
Represents the additional related objects that can be retrieved when retrieving one or more database servers.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
[Flags]
public enum DatabaseServerProperties
Fields
Name | Description |
---|---|
All | Retrieve the translation memory containers hosted on the database server and the translation memories present in the containers. |
Containers | Retrieve the translation memory containers hosted on the database server. |
ContainerTranslationMemories | Retrieve the translation memory containers hosted on the database server and the translation memories present in the containers. |
None | Retrieve just the database server, but no additional objects. |