Table of Contents

Class SqlPermissions

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

Represents the permissions assigned for a SQL instance.

public class SqlPermissions : BypassSection
Inheritance
SqlPermissions
Inherited Members

Constructors

SqlPermissions()

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

public SqlPermissions()

Properties

Items

Gets or sets the items in the collection.

public SqlPermissionCollection Items { get; set; }

Property Value

SqlPermissionCollection

Methods

FromXml(string)

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

public static SqlPermissions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlPermissions

A CENTREL.XIA.Configuration.Types.SqlPermissions class.

ToString()

Returns the permissions as a human readable string.

public override string ToString()

Returns

string

The permissions as a human readable string.