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
- type
Type: System.Type
The type to be checked.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.