Share via


SqlPlanGenerationOptions.FlushExcludedObjectTypeForSchemaCompare Method

Clears the excluded schema compare type list and adds ISqlDynamicColumnSource to it.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Sub FlushExcludedObjectTypeForSchemaCompare
'Usage
Dim instance As SqlPlanGenerationOptions

instance.FlushExcludedObjectTypeForSchemaCompare()
public void FlushExcludedObjectTypeForSchemaCompare()
public:
void FlushExcludedObjectTypeForSchemaCompare()
public function FlushExcludedObjectTypeForSchemaCompare()
member FlushExcludedObjectTypeForSchemaCompare : unit -> unit 

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace