Class OdbcSqlNativeClientDataSource
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft SQL Server native client ODBC data source.
public class OdbcSqlNativeClientDataSource : OdbcSqlDataSourceBase, IComparable<OdbcDataSourceBase>
- Inheritance
-
OdbcSqlNativeClientDataSource
- Implements
- Inherited Members
Constructors
OdbcSqlNativeClientDataSource()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.OdbcSqlNativeClientDataSource class.
public OdbcSqlNativeClientDataSource()
Properties
MirrorServer
Gets or sets the name of the database mirror server (optional).
public string MirrorServer { get; set; }
Property Value
MirrorServerSpn
Gets or sets the SPN of the mirror server. This setting only applies when using Integrated authentication and a mirror server has been specified.
public string MirrorServerSpn { get; set; }
Property Value
ServerSpn
Gets or sets the SPN of the server to connect to. This setting only applies when using Integrated authentication.
public string ServerSpn { get; set; }