BlockDisplayHandler Class

Helps export the DML and DDL scripts for schema and data compare.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class BlockDisplayHandler
'Usage
You do not need to declare an instance of a static class in order to access its members.
[CLSCompliantAttribute(false)]
public static class BlockDisplayHandler
[CLSCompliantAttribute(false)]
public ref class BlockDisplayHandler abstract sealed
public final class BlockDisplayHandler
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BlockDisplayHandler =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.BlockDisplayHandler

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BlockDisplayHandler Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace