Share via


IScriptingOptions.TargetVersion Property

Gets the version for which the generated script is intended.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property TargetVersion As String
    Get
'Usage
Dim instance As IScriptingOptions
Dim value As String

value = instance.TargetVersion
string TargetVersion { get; }
property String^ TargetVersion {
    String^ get ();
}
abstract TargetVersion : string
function get TargetVersion () : String

Property Value

Type: System.String
A string that represents the version of the generated script.