IScriptingOptions.TargetVersion 속성

Gets the version for which the generated script is intended.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property TargetVersion As String 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

IScriptingOptions 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration 네임스페이스