mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-17 17:23:48 -05:00
@@ -247,6 +247,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
{
|
||||
Type[] supportedTypes = new Type[] { typeof(ServerDdlTrigger) };
|
||||
|
||||
public override ValidForFlag ValidFor { get { return ValidForFlag.NotSqlDw; } }
|
||||
|
||||
|
||||
public override Type[] SupportedObjectTypes { get { return supportedTypes; } }
|
||||
|
||||
public override IEnumerable<SqlSmoObject> Query(SmoQueryContext context, string filter, bool refresh, IEnumerable<string> extraProperties)
|
||||
@@ -362,6 +365,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
{
|
||||
Type[] supportedTypes = new Type[] { typeof(Synonym) };
|
||||
|
||||
public override ValidForFlag ValidFor { get { return ValidForFlag.NotSqlDw; } }
|
||||
|
||||
|
||||
public override Type[] SupportedObjectTypes { get { return supportedTypes; } }
|
||||
|
||||
public override IEnumerable<SqlSmoObject> Query(SmoQueryContext context, string filter, bool refresh, IEnumerable<string> extraProperties)
|
||||
@@ -503,6 +509,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
{
|
||||
Type[] supportedTypes = new Type[] { typeof(Trigger) };
|
||||
|
||||
public override ValidForFlag ValidFor { get { return ValidForFlag.NotSqlDw; } }
|
||||
|
||||
|
||||
public override Type[] SupportedObjectTypes { get { return supportedTypes; } }
|
||||
|
||||
public override IEnumerable<SqlSmoObject> Query(SmoQueryContext context, string filter, bool refresh, IEnumerable<string> extraProperties)
|
||||
@@ -526,6 +535,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
{
|
||||
Type[] supportedTypes = new Type[] { typeof(FullTextIndex) };
|
||||
|
||||
public override ValidForFlag ValidFor { get { return ValidForFlag.NotSqlDw; } }
|
||||
|
||||
|
||||
public override Type[] SupportedObjectTypes { get { return supportedTypes; } }
|
||||
|
||||
public override IEnumerable<SqlSmoObject> Query(SmoQueryContext context, string filter, bool refresh, IEnumerable<string> extraProperties)
|
||||
@@ -575,6 +587,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
{
|
||||
Type[] supportedTypes = new Type[] { typeof(DatabaseDdlTrigger) };
|
||||
|
||||
public override ValidForFlag ValidFor { get { return ValidForFlag.NotSqlDw; } }
|
||||
|
||||
|
||||
public override Type[] SupportedObjectTypes { get { return supportedTypes; } }
|
||||
|
||||
public override IEnumerable<SqlSmoObject> Query(SmoQueryContext context, string filter, bool refresh, IEnumerable<string> extraProperties)
|
||||
@@ -644,6 +659,9 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
{
|
||||
Type[] supportedTypes = new Type[] { typeof(UserDefinedDataType) };
|
||||
|
||||
public override ValidForFlag ValidFor { get { return ValidForFlag.NotSqlDw; } }
|
||||
|
||||
|
||||
public override Type[] SupportedObjectTypes { get { return supportedTypes; } }
|
||||
|
||||
public override IEnumerable<SqlSmoObject> Query(SmoQueryContext context, string filter, bool refresh, IEnumerable<string> extraProperties)
|
||||
|
||||
Reference in New Issue
Block a user