Class OdbcDsn
Inheritance
System.Object
OdbcDsn
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class OdbcDsn : IDriver
Constructors
OdbcDsn()
Declaration
Properties
DnsSslMode
Declaration
public string DnsSslMode { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnCategory
Declaration
public string DsnCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnDatabase
Declaration
public string DsnDatabase { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnDescription
Declaration
public string DsnDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnDriver
Declaration
public string DsnDriver { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnDriverName
Declaration
public string DsnDriverName { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnFilePath
Declaration
public string DsnFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnPort
Declaration
public string DsnPort { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnPwd
Declaration
public string DsnPwd { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnServerName
Declaration
public string DsnServerName { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnUid
Declaration
public string DsnUid { get; set; }
Property Value
Type |
Description |
System.String |
|
DsnUserName
Declaration
public string DsnUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
FileExtension
Declaration
public string FileExtension { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDsn
Declaration
public bool IsDsn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIntegrated
Declaration
public bool IsIntegrated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements