IScriptingOptions.TargetDatabaseEngineType 속성

Gets the DatabaseEngineType property value.

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

구문

‘선언
ReadOnly Property TargetDatabaseEngineType As String 
    Get
‘사용 방법
Dim instance As IScriptingOptions 
Dim value As String 

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

속성 값

유형: System.String
Returns a string that represents the DatabaseEngineType property value.

참고 항목

참조

IScriptingOptions 인터페이스

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