Mimer SQL Data Provider
UserId Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : UserId Property
The database user to connect to. The User Id is not used if Integrated Security is selected. Otherwise User Id is required.
Syntax
'Declaration
 
Public Property UserId As String
public string UserId {get; set;}
public read-write property UserId: String; 
public function get,set UserId : String
public: __property string* get_UserId();
public: __property void set_UserId( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members