Class SqlServerDatabaseDeployment
Specific details for a Microsoft SQL Server database deployment.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class SqlServerDatabaseDeployment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Features
Optional. List of SQL Server features.
Declaration
[JsonProperty("features")]
public virtual IList<SqlServerFeature> Features { get; set; }
Property Value
Type | Description |
---|---|
IList<SqlServerFeature> |
ServerFlags
Optional. List of SQL Server server flags.
Declaration
[JsonProperty("serverFlags")]
public virtual IList<SqlServerServerFlag> ServerFlags { get; set; }
Property Value
Type | Description |
---|---|
IList<SqlServerServerFlag> |
TraceFlags
Optional. List of SQL Server trace flags.
Declaration
[JsonProperty("traceFlags")]
public virtual IList<SqlServerTraceFlag> TraceFlags { get; set; }
Property Value
Type | Description |
---|---|
IList<SqlServerTraceFlag> |