Udostępnij za pośrednictwem


IScriptView.TryDisplayingSqlScript Method

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

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

Syntax

'Declaration
Function TryDisplayingSqlScript ( _
    scriptProvider As IDisplayScriptProvider _
) As Boolean
bool TryDisplayingSqlScript(
    IDisplayScriptProvider scriptProvider
)
bool TryDisplayingSqlScript(
    IDisplayScriptProvider^ scriptProvider
)
abstract TryDisplayingSqlScript : 
        scriptProvider:IDisplayScriptProvider -> bool 
function TryDisplayingSqlScript(
    scriptProvider : IDisplayScriptProvider
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IScriptView Interface

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