Namespaces Extent (System_Runtime Module)
[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 extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the namespace. |
|
Id |
Integer64 |
yes |
The identifier of the namespace. |
Name |
Text |
yes |
The name of the namespace. |
Documentation |
Text |
The XML Document fragment for the namespace. Note that this is not yet populated by the LoadAssembly.exe tool. |
Remarks
To work with this extent in the SQL Server Modeling Services, see Namespaces Table (System_Runtime Schema).