IScriptView Interface

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IScriptView
[CLSCompliantAttribute(false)]
public interface IScriptView
[CLSCompliantAttribute(false)]
public interface class IScriptView
[<CLSCompliantAttribute(false)>]
type IScriptView =  interface end
public interface IScriptView

The IScriptView type exposes the following members.

Properties

  Name Description
Public property CurrentScriptProvider This class and its members are reserved for internal use and are not intended to be used in your code.
Public property EditorVisible This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Script This class and its members are reserved for internal use and are not intended to be used in your code.
Public property WatermarkText This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method ShowToolWindow This class and its members are reserved for internal use and are not intended to be used in your code.
Public method TryDisplayingSqlScript This class and its members are reserved for internal use and are not intended to be used in your code.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal Namespace