IScriptingOptions.TargetDatabaseEngineType Property

 

Applies To: SQL Server 2016 Preview

Gets the DatabaseEngineType property value.

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

Syntax

string TargetDatabaseEngineType { get; }
property String^ TargetDatabaseEngineType {
    String^ get();
}
abstract TargetDatabaseEngineType : string with get
ReadOnly Property TargetDatabaseEngineType As String

Property Value

Type: System.String

Returns a string that represents the DatabaseEngineType property value.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top