Show / Hide Table of Contents

Class SqlServerDatabaseDeployment

Specific details for a Microsoft SQL Server database deployment.

Inheritance
object
SqlServerDatabaseDeployment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX