mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
set URN metadata (#1947)
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
|||||||
{
|
{
|
||||||
if (smoObject.Urn != null)
|
if (smoObject.Urn != null)
|
||||||
{
|
{
|
||||||
|
ObjectMetadata.Urn = smoObject.Urn.Value;
|
||||||
ObjectMetadata.MetadataTypeName = smoObject.Urn.Type;
|
ObjectMetadata.MetadataTypeName = smoObject.Urn.Type;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user