IScriptingOptions.TargetDatabaseEngineType Property
Gets the DatabaseEngineType property value.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property TargetDatabaseEngineType As String
Get
'Usage
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
Property Value
Type: System.String
Returns a string that represents the DatabaseEngineType property value.