DatabaseEngineType Enum
Definition
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.
the possible values of server configuration
[Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResources("Microsoft.SqlServer.Management.Common.StringConnectionInfo")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter))]
public enum DatabaseEngineType
[<Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResources("Microsoft.SqlServer.Management.Common.StringConnectionInfo")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter))>]
type DatabaseEngineType =
Public Enum DatabaseEngineType
- Inheritance
-
DatabaseEngineType
- Attributes
Fields
SqlAzureDatabase | 2 | |
Standalone | 1 | |
Unknown | 0 |