SqlPlanGenerationOptions.AddExcludedObjectTypeForSchemaCompare Method

Adds a new type to the excluded schema compare type list.

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

Syntax

'Declaration
Public Sub AddExcludedObjectTypeForSchemaCompare ( _
    type As Type _
)
'Usage
Dim instance As SqlPlanGenerationOptions
Dim type As Type

instance.AddExcludedObjectTypeForSchemaCompare(type)
public void AddExcludedObjectTypeForSchemaCompare(
    Type type
)
public:
void AddExcludedObjectTypeForSchemaCompare(
    Type^ type
)
public function AddExcludedObjectTypeForSchemaCompare(
    type : Type
)
member AddExcludedObjectTypeForSchemaCompare : 
        type:Type -> unit 

Parameters

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace