DatabaseEngineType Enum

Definition

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

Name Value Description
Unknown 0
Standalone 1
SqlAzureDatabase 2

Applies to