Strings View (System_Runtime)
Contains information about strings owned by assemblies in the [System_Runtime].[Assemblies] view.
Fields
The following table lists the fields in the Strings view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the string. |
Assembly |
bigint |
yes |
The assembly that contains the string. References the [System_Runtime].[Assemblies] view. |
Data |
nvarchar(max) |
yes |
The string value. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the string. References the [Repository.Item].[Folders] view. (Default = 100) |
Module |
bigint |
yes |
The module that contains the string. References the [System_Runtime].[Modules] view. |
Name |
nvarchar(max) |
yes |
The name of the string. |