Share via


SqlSchemaDeploymentOptions.IsObjectTypeExcludedForSchemaCompare Method

Checks whether the given type is included in the list of objectTypes 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 Function IsObjectTypeExcludedForSchemaCompare ( _
    type As Type _
) As Boolean
public bool IsObjectTypeExcludedForSchemaCompare(
    Type type
)
public:
bool IsObjectTypeExcludedForSchemaCompare(
    Type^ type
)
member IsObjectTypeExcludedForSchemaCompare : 
        type:Type -> bool 
public function IsObjectTypeExcludedForSchemaCompare(
    type : Type
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace