Table of Contents

Class SqlDatabases

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the databases for a SQL instance.

public class SqlDatabases : BypassSection
Inheritance
SqlDatabases
Inherited Members

Constructors

SqlDatabases()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlDatabases class.

public SqlDatabases()

Properties

IncludesDatabaseSnapshots

Gets or sets whether database snapshots are included.

public BooleanOption IncludesDatabaseSnapshots { get; set; }

Property Value

BooleanOption

IncludesSystemDatabases

Gets or sets whether system databases are included.

public BooleanOption IncludesSystemDatabases { get; set; }

Property Value

BooleanOption

Items

Gets or sets the items in the collection.

public SqlDatabaseCollection Items { get; set; }

Property Value

SqlDatabaseCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SqlDatabases class from the specified XML.

public static SqlDatabases FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlDatabases

A CENTREL.XIA.Configuration.Types.SqlDatabases class.

ToString()

Returns the databases as a human readable string.

public override string ToString()

Returns

string

The databases as a human readable string.