Mimer SQL Data Provider
IntegratedSecurity Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : IntegratedSecurity Property
If set to true, the system will try to use the current Windows user to login. This type of login succeeds if there is an ident of type OS_USER with the same name as the Windows user. If keyword is not specified or set to false, User Id and Password is used to login to the database server.
Syntax
'Declaration
 
Public Property IntegratedSecurity As Boolean
public bool IntegratedSecurity {get; set;}
public read-write property IntegratedSecurity: Boolean; 
public function get,set IntegratedSecurity : boolean
public: __property bool get_IntegratedSecurity();
public: __property void set_IntegratedSecurity( 
   bool value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members