Namespaces Table (System_Runtime Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Contains instances of common language runtime (CLR) namespaces. These are scoped at the assembly level - if a namespace name exists in two different assemblies, two different instances of that namespace will exist in [System_Runtime].[Namespaces].
Fields
The following table lists the fields in the Namespaces table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the namespace. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the namespace. |
Name |
nvarchar(max) |
yes |
The name of the namespace. |
Documentation |
nvarchar(max) |
The XML Document fragment for the namespace. Note that this is not yet populated by the LoadAssembly.exe tool. |