Class SqlServerInfo
Информация о SQL Server.
Inheritance
System.Object
SqlServerInfo
Implements
System.IEquatable<SqlServerInfo>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lers
Assembly: Lers.Server.System.dll
Syntax
public class SqlServerInfo : IEquatable<SqlServerInfo>
Constructors
SqlServerInfo(Boolean, Nullable<Int32>)
Информация о SQL Server.
Declaration
public SqlServerInfo(bool IsExpress, int? DbCompatVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | IsExpress | |
| System.Nullable<System.Int32> | DbCompatVersion |
Properties
DbCompatVersion
Declaration
public int? DbCompatVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IsExpress
Declaration
public bool IsExpress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>