Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- type
Type: System.Type
The new type to exclude.
.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.