Expand Minimize
This topic has not yet been rated - Rate this topic

ScriptingOptions::TargetDatabaseEngineType Property

Gets or sets the DatabaseEngineType property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public:
property DatabaseEngineType TargetDatabaseEngineType {
	DatabaseEngineType get ();
	void set (DatabaseEngineType value);
}

Property Value

Type: Microsoft.SqlServer.Management.Common::DatabaseEngineType
A DatabaseEngineType object specifying whether the database engine type is SQL Azure or an instance of the SQL Server Database Engine.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.