Dela via


SqlSchemaDeploymentOptions.AddExcludedObjectTypeForSchemaCompare Method

Adds a new type to the list of types that are excluded from Schema Compare.

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 _
)
public void AddExcludedObjectTypeForSchemaCompare(
    Type type
)
public:
void AddExcludedObjectTypeForSchemaCompare(
    Type^ type
)
member AddExcludedObjectTypeForSchemaCompare : 
        type:Type -> unit 
public function AddExcludedObjectTypeForSchemaCompare(
    type : Type
)

Parameters

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace