Adding URN field to ObjectMetadata class (#450)

This commit is contained in:
Benjamin Russell
2017-09-19 16:00:31 -07:00
committed by GitHub
parent 4fde186970
commit 9684d9e410

View File

@@ -30,5 +30,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Metadata.Contracts
public string Schema { get; set; }
public string Name { get; set; }
public string Urn { get; set; }
}
}