SqlScriptOptions.ScriptDatabaseEngineType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines whether the script will be for on-premises SQL Server or for Azure SQL Database
C#
public enum SqlScriptOptions.ScriptDatabaseEngineType
type SqlScriptOptions.ScriptDatabaseEngineType =
Public Enum SqlScriptOptions.ScriptDatabaseEngineType
- Inheritance
-
SqlScriptOptions.ScriptDatabaseEngineType
Name | Value | Description |
---|---|---|
SingleInstance | 0 | |
SqlAzure | 1 |
Prodotto | Versioni |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |