GetSqlVersionOfOutputFileAndProject Method

Returns the dsp version for the .dacpac file key output and the project. These might not be the same if the customer switches target versions without rebuilding.

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

Syntax

'Declaration
Public Sub GetSqlVersionOfOutputFileAndProject ( _
    <OutAttribute> ByRef sqlSchemaVersion As String, _
    <OutAttribute> ByRef projectVersion As String _
)
'Usage
Dim instance As DatabaseProjectOrSqlSchemaFileReferenceNodeExtender
Dim sqlSchemaVersion As String
Dim projectVersion As String

instance.GetSqlVersionOfOutputFileAndProject(sqlSchemaVersion, _
    projectVersion)
public void GetSqlVersionOfOutputFileAndProject(
    out string sqlSchemaVersion,
    out string projectVersion
)
public:
void GetSqlVersionOfOutputFileAndProject(
    [OutAttribute] String^% sqlSchemaVersion, 
    [OutAttribute] String^% projectVersion
)
member GetSqlVersionOfOutputFileAndProject : 
        sqlSchemaVersion:string byref * 
        projectVersion:string byref -> unit 
public function GetSqlVersionOfOutputFileAndProject(
    sqlSchemaVersion : String, 
    projectVersion : String
)

Parameters

See Also

Reference

DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace