Enable scripting for subobjects such as triggers (#1237)

* WIP 1

* Cleanups

* Change how schema is appended in to urn

* Add comment and fix incorrect condition

* Add parent type name to support Views, etc.
This commit is contained in:
Karl Burtram
2021-08-26 13:06:15 -07:00
committed by GitHub
parent 0421d3ae7c
commit 5d5debbad6
4 changed files with 75 additions and 19 deletions

View File

@@ -30,6 +30,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Metadata.Contracts
public string Schema { get; set; }
public string Name { get; set; }
public string ParentName { get; set; }
public string ParentTypeName { get; set; }
public string Urn { get; set; }
}